Scroll to navigation

libnvme_mi_open_mctp(9) libnvme API manual libnvme_mi_open_mctp(9)

NAME

libnvme_mi_open_mctp - Create an endpoint using a MCTP connection.

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

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

RETURN

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

libnvme_mi_open_mctp July 2026