Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_identify_args - Arguments for the NVMe Identify command

SYNOPSIS

struct nvme_identify_args {
__u32 *result;
void *data;
int args_size;
int fd;
__u32 timeout;
enum nvme_identify_cns cns;
enum nvme_csi csi;
__u32 nsid;
__u16 cntid;
__u16 cns_specific_id;
__u8 uuidx;
};

Members

The command completion result from CQE dword0
User space destination address to transfer the data
Size of struct nvme_identify_args
File descriptor of nvme device
Timeout in ms (0 for default timeout)
The Controller or Namespace structure, see enum nvme_identify_cns
Command Set Identifier
Namespace identifier, if applicable
The Controller Identifier, if applicable
Identifier that is required for a particular CNS value
UUID Index if controller supports this id selection method
struct nvme_identify_args December 2025