Home
last modified time | relevance | path

Searched refs:MCTPInterface (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp156 struct MCTPInterface : Interface struct
161 MCTPInterface(int net, uint8_t eid);
162 ~MCTPInterface();
H A Dncsi_util.cpp578 std::optional<NCSIResponse> MCTPInterface::sendCommand(NCSICommand& cmd)
722 std::string MCTPInterface::toString()
727 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid)
752 MCTPInterface::~MCTPInterface()
770 std::optional<uint8_t> MCTPInterface::allocateIID()
728 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid) MCTPInterface() function in phosphor::network::ncsi::MCTPInterface
H A Dncsi_cmd.cpp312 opts.interface = std::make_unique<MCTPInterface>(m.network, m.eid); in parseGlobalOptions()
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp64 struct MCTPInterface struct
69 auto operator<=>(const MCTPInterface& r) const = default; argument