1nvme_identify_secondary_ctrl_lilsitb(n9v)me API mnavnmuea_lidentify_secondary_ctrl_list(9)
2
3
4
6 nvme_identify_secondary_ctrl_list - Retrieves secondary controller list
7
9 int nvme_identify_secondary_ctrl_list (int fd , __u32 nsid , __u16 cn‐
10 tid , struct nvme_secondary_ctrl_list *sc_list );
11
13 fd File descriptor of nvme device
14
15 nsid Namespace identifier
16
17 cntid Return controllers starting at this identifier
18
19 sc_list User space destination address to transfer the data
20
22 A Secondary Controller List is returned to the host for up to 127 sec‐
23 ondary controllers associated with the primary controller processing
24 this command. The list contains entries for controller identifiers
25 greater than or equal to the value specified in the Controller Identi‐
26 fier (cntid).
27
28 See struct nvme_secondary_ctrls_list for a defintion of the returned
29 structure.
30
32 The nvme command status if a response was received (see enum nvme_sta‐
33 tus_field) or -1 with errno set otherwise.
34
35
36
37April 2022 nvme_identify_secondnavrmye__citdreln_tliifsyt_secondary_ctrl_list(9)