Searched refs:MCTPInterface (Results 1 – 4 of 4) sorted by relevance
156 struct MCTPInterface : Interface struct161 MCTPInterface(int net, uint8_t eid);162 ~MCTPInterface();
578 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
312 opts.interface = std::make_unique<MCTPInterface>(m.network, m.eid); in parseGlobalOptions()
64 struct MCTPInterface struct69 auto operator<=>(const MCTPInterface& r) const = default; argument