Searched defs:MCTPInterface (Results 1 – 3 of 3) sorted by relevance
156 struct MCTPInterface : Interface struct165 int sd;166 int net;167 uint8_t eid;
727 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid) in MCTPInterface() function in phosphor::network::ncsi::MCTPInterface
64 struct MCTPInterface struct69 auto operator<=>(const MCTPInterface& r) const = default; argument