nvme_identify_ns_csi
I/O command set specific identify namespace data
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
I/O command set specific identify namespace data
int nvme_identify_ns_csi (int fd , __u32 nsid , __u8 uuidx , enum nvme_csi csi , void *data );
An I/O Command Set specific Identify Namespace data structure is returned for the namespace specified in nsid.
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.