Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_get_features_args - Arguments for the NVMe Admin Get Feature command

SYNOPSIS

struct nvme_get_features_args {
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
enum nvme_get_features_sel sel;
__u32 cdw11;
__u32 data_len;
__u8 fid;
__u8 uuidx;
};

Members

The command completion result from CQE dword0
User address of feature data, if applicable
Size of struct nvme_get_features_args
File descriptor of nvme device
Timeout in ms
Namespace ID, if applicable
Select which type of attribute to return, see enum nvme_get_features_sel
Feature specific command dword11 field
Length of feature data, if applicable, in bytes
Feature identifier, see enum nvme_features_id
UUID Index for differentiating vendor specific encoding
struct nvme_get_features_args November 2025