Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp58 int openAfMctpTransport(mctp_eid_t eid);
159 fd = openAfMctpTransport(eid); in openPLDM()
207 [[maybe_unused]] int PLDMInstanceManager::openAfMctpTransport(mctp_eid_t eid) in openAfMctpTransport() function in util::pldm::PLDMInstanceManager
/openbmc/openpower-occ-control/
H A Dpldm.hpp399 int openAfMctpTransport();
H A Dpldm.cpp617 [[maybe_unused]] int Interface::openAfMctpTransport() in openAfMctpTransport()
624 "openAfMctpTransport: Failed to init af MCTP transport, errno={ERR}/{STR}", in openAfMctpTransport()
632 "openAfMctpTransport: Failed to setup tid to eid mapping, errno={ERR}/{STR}", in openAfMctpTransport()
643 "openAfMctpTransport: Failed to get pollfd , errno={ERR}/{STR}", in openAfMctpTransport()
651 lg2::info("openAfMctpTransport: pldmFd has fd={FD}", "FD", pldmFd); in pldmOpen()
667 return openAfMctpTransport(); in pldmOpen()
609 [[maybe_unused]] int Interface::openAfMctpTransport() openAfMctpTransport() function in pldm::Interface