logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_identify_iocs - I/O command set data structure

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);

See Also