nvme_identify_iocs - I/O command set data structure
Contents
Arguments
fd File descriptor of nvme device
cntlid Controller ID
iocs User space destination address to transfer the data
Description
Retrieves list of the controller's supported io command set vectors. See structnvme_id_iocs.
Name
nvme_identify_iocs - I/O command set data structure
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_identify_iocs nvme_identify_iocs(2)
Synopsis
intnvme_identify_iocs(intfd,__u16cntlid,structnvme_id_iocs*iocs);
