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) in sendCommand()722 std::string MCTPInterface::toString() in toString()727 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid) in MCTPInterface() function in phosphor::network::ncsi::MCTPInterface752 MCTPInterface::~MCTPInterface() in ~MCTPInterface()770 std::optional<uint8_t> MCTPInterface::allocateIID() in allocateIID()
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