table of contents
| libnvme_mi_init_transport_handle(9) | libnvme API manual | libnvme_mi_init_transport_handle(9) |
NAME¶
libnvme_mi_init_transport_handle - initialise a transport handle to NVMe controller.
SYNOPSIS¶
struct libnvme_transport_handle * libnvme_mi_init_transport_handle (libnvme_mi_ep_t ep , __u16 ctrl_id );
ARGUMENTS¶
DESCRIPTION¶
Create a connection to a controller behind the endpoint specified in ep. Controller IDs may be queried from the endpoint through libnvme_mi_mi_read_mi_data_ctrl_list.
See libnvme_mi_close_transport_handle
RETURN¶
New transport handle object, or NULL on failure.
| libnvme_mi_init_transport_handle | July 2026 |