nvme_mi_init_ctrl - Man Page
initialise a NVMe controller.
Synopsis
nvme_mi_ctrl_t nvme_mi_init_ctrl (nvme_mi_ep_t ep , __u16 ctrl_id );
Arguments
- ep
Endpoint to create under
- ctrl_id
ID of controller to initialize.
Description
Create a connection to a controller behind the endpoint specified in ep. Controller IDs may be queried from the endpoint through nvme_mi_mi_read_mi_data_ctrl_list.
See nvme_mi_close_ctrl
Return
New controller object, or NULL on failure.
Info
August 2024 libnvme API manual