Searched defs:MCTPInterface (Results 1 – 4 of 4) 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
19 constexpr const char* MCTPInterface = "xyz.openbmc_project.MCTP.Endpoint"; variable