1nvme_mi_admin_identify_ctrl_lislti(b9n)vme API mannvumael_mi_admin_identify_ctrl_list(9)
2
3
4
6 nvme_mi_admin_identify_ctrl_list - Perform an Admin identify for a con‐
7 troller list.
8
10 int nvme_mi_admin_identify_ctrl_list (nvme_mi_ctrl_t ctrl , __u16 cntid
11 , struct nvme_ctrl_list *list );
12
14 ctrl Controller to process identify command
15
16 cntid Controller ID to specify list start
17
18 list List data to populate
19
21 Perform an Identify command, for the controller list starting with IDs
22 greater than or equal to cntid.
23
24 Will return an error if the length of the response data (from the con‐
25 troller) is not a full NVME_IDENTIFY_DATA_SIZE, so id will be fully
26 populated on success.
27
28 See: struct nvme_ctrl_list
29
31 The nvme command status if a response was received (see enum nvme_sta‐
32 tus_field) or -1 with errno set otherwise.
33
34
35
36November 2022 nvme_mi_admin_identifnyv_mcet_rmli__laidsmtin_identify_ctrl_list(9)