libnvme_mi_open_mctp(9) libnvme API manual libnvme_mi_open_mctp(9)

libnvme_mi_open_mctp - Create an endpoint using a MCTP connection.

struct libnvme_mi_ep * libnvme_mi_open_mctp (struct libnvme_global_ctx *ctx , unsigned int netid , uint8_t eid );

struct libnvme_global_ctx object
MCTP network ID on this system
MCTP endpoint ID

Transport-specific endpoint initialization for MI-connected endpoints. Once an endpoint is created, the rest of the API is transport-independent.

See libnvme_mi_close

New endpoint object for netid & eid, or NULL on failure.

libnvme_mi_open_mctp September 2026