logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_mi_open_mctp - Create an endpoint using a MCTP connection.

Arguments

       root        root object to create under

       netid       MCTP network ID on this system

       eid         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 nvme_mi_close

Name

       nvme_mi_open_mctp - Create an endpoint using a MCTP connection.

Return

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

August 2025                                     nvme_mi_open_mctp                           nvme_mi_open_mctp(2)

Synopsis

nvme_mi_ep_tnvme_mi_open_mctp(nvme_root_troot,unsignedintnetid,uint8_teid);

See Also