1nvme_identify_ctrl_csi(9) libnvme API manual nvme_identify_ctrl_csi(9)
2
3
4
6 nvme_identify_ctrl_csi - I/O command set specific Identify Controller
7 data
8
10 int nvme_identify_ctrl_csi (int fd , enum nvme_csi csi , void *data );
11
13 fd File descriptor of nvme device
14
15 csi Command Set Identifier
16
17 data User space destination address to transfer the data
18
20 An I/O Command Set specific Identify Controller data structure is re‐
21 turned to the host for the controller processing the command. The spe‐
22 cific Identify Controller data structure to be returned is specified by
23 csi.
24
26 The nvme command status if a response was received (see enum nvme_sta‐
27 tus_field) or -1 with errno set otherwise.
28
29
30
31October 2023 nvme_identify_ctrl_csi nvme_identify_ctrl_csi(9)