Home
last modified time | relevance | path

Searched refs:afMctp (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp63 pldm_transport_af_mctp* afMctp; member
209 impl.afMctp = nullptr; in openAfMctpTransport()
210 int rc = pldm_transport_af_mctp_init(&impl.afMctp); in openAfMctpTransport()
218 rc = pldm_transport_af_mctp_map_tid(impl.afMctp, eid, eid); in openAfMctpTransport()
227 pldmTransport = pldm_transport_af_mctp_core(impl.afMctp); in openAfMctpTransport()
246 pldm_transport_af_mctp_destroy(impl.afMctp); in closePLDM()
247 impl.afMctp = nullptr; in closePLDM()
/openbmc/openpower-occ-control/
H A Dpldm.cpp619 impl.afMctp = nullptr; in openAfMctpTransport()
620 int rc = pldm_transport_af_mctp_init(&impl.afMctp); in openAfMctpTransport()
629 if (pldm_transport_af_mctp_map_tid(impl.afMctp, mctpEid, mctpEid)) in openAfMctpTransport()
637 pldmTransport = pldm_transport_af_mctp_core(impl.afMctp); in openAfMctpTransport()
838 pldm_transport_af_mctp_destroy(impl.afMctp); in pldmRspCallback()
839 impl.afMctp = NULL; in pldmRspCallback()
H A Dpldm.hpp285 struct pldm_transport_af_mctp* afMctp;
278 struct pldm_transport_af_mctp* afMctp; global() member