1nvme_mi_init_ctrl(9) libnvme API manual nvme_mi_init_ctrl(9)
2
3
4
6 nvme_mi_init_ctrl - initialise a NVMe controller.
7
9 nvme_mi_ctrl_t nvme_mi_init_ctrl (nvme_mi_ep_t ep , __u16 ctrl_id );
10
12 ep Endpoint to create under
13
14 ctrl_id ID of controller to initialize.
15
17 Create a connection to a controller behind the endpoint specified in
18 ep. Controller IDs may be queried from the endpoint through
19 nvme_mi_mi_read_mi_data_ctrl_list.
20
21 See nvme_mi_close_ctrl
22
24 New controller object, or NULL on failure.
25
26
27
28November 2022 nvme_mi_init_ctrl nvme_mi_init_ctrl(9)