Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dncsi_util.hpp156 struct MCTPInterface : Interface struct
165 int sd;
166 int net;
167 uint8_t eid;
H A Dncsi_util.cpp727 MCTPInterface::MCTPInterface(int net, uint8_t eid) : net(net), eid(eid) in MCTPInterface() function in phosphor::network::ncsi::MCTPInterface
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp64 struct MCTPInterface struct
69 auto operator<=>(const MCTPInterface& r) const = default; argument
/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.hpp19 constexpr const char* MCTPInterface = "xyz.openbmc_project.MCTP.Endpoint"; variable