logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_identify_ctrl_csi - I/O command set specific Identify Controller data

Arguments

fd File descriptor of nvme device csi Command Set Identifier data User space destination address to transfer the data

Description

An I/O Command Set specific Identify Controller data structure is returned to the host for the controller processing the command. The specific Identify Controller data structure to be returned is specified by csi.

Name

nvme_identify_ctrl_csi - I/O command set specific Identify Controller data

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. May 2025 nvme_identify_ctrl_csi nvme_identify_ctrl_csi(2)

Synopsis

intnvme_identify_ctrl_csi(intfd,enumnvme_csicsi,void*data);

See Also