Scroll to navigation

libnvme(9) API Manual libnvme(9)

NAME

enum nvme_vs - This field indicates the version

SYNOPSIS

enum nvme_vs {
NVME_VS_TER_SHIFT ,
NVME_VS_MNR_SHIFT ,
NVME_VS_MJR_SHIFT ,
NVME_VS_TER_MASK ,
NVME_VS_MNR_MASK ,
NVME_VS_MJR_MASK

};

Constants

Shift amount to get the tertiary version
Shift amount to get the minor version
Shift amount to get the major version
Mask to get the tertiary version
Mask to get the minor version
Mask to get the major version
enum nvme_vs May 2024