Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_lm_controller_state_data_header - Controller State data header structure describes the contents of the Controller State data

SYNOPSIS

struct nvme_lm_controller_state_data_header {
__le16 ver;
__u8 csattr;
__u8 rsvd3[13];
__u8 nvmecss[16];
__u8 vss[16];
};

Members

Version of this data structure
Controller state attributes
Reserved
NVMe Controller state size in dwords
Vendor specific size in dowrds
struct nvme_lm_controller_state_data_header July 2025