Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_id_ctrl_nvm - I/O Command Set Specific Identify Controller data structure

SYNOPSIS

struct nvme_id_ctrl_nvm {
__u8 vsl;
__u8 wzsl;
__u8 wusl;
__u8 dmrl;
__le32 dmrsl;
__le64 dmsl;
__u8 kpiocap;
__u8 wzdsl;
__le16 aocs;
__le32 ver;
__u8 lbamqf;
__u8 rsvd25[4071];
};

Members

Verify Size Limit
Write Zeroes Size Limit
Write Uncorrectable Size Limit
Dataset Management Ranges Limit
Dataset Management Range Size Limit
Dataset Management Size Limit
Key Per I/O Capabilities
Write Zeroes With Deallocate Size Limit
Admin Optional Command Support
Version
LBA Migration Queue Format
Reserved
struct nvme_id_ctrl_nvm July 2025