Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 7 of 7) sorted by relevance

/openbmc/dbus-sensors/src/
H A DMctpAsioEndpoint.cpp24 MctpAsioEndpoint::MctpAsioEndpoint(uint8_t eid, uint8_t msgType) in MctpAsioEndpoint() argument
31 sock->smctp_type = msgType; in MctpAsioEndpoint()
36 MctpAsioEndpoint::MctpAsioEndpoint(uint8_t msgType) : in MctpAsioEndpoint() argument
37 MctpAsioEndpoint{MCTP_ADDR_ANY, msgType} in MctpAsioEndpoint()
H A DMctpAsioEndpoint.hpp14 MctpAsioEndpoint(uint8_t eid, uint8_t msgType);
17 MctpAsioEndpoint(uint8_t msgType);
/openbmc/openpower-occ-control/
H A Dpldm.cpp34 enum pldm_msg_type Interface::msgType = MSG_UNDEFINED; member in pldm::Interface
477 msgType = MSG_OCC_RESET; in resetOCC()
521 msgType = MSG_HRESET; in sendHRESET()
717 if ((msgType == MSG_OCC_RESET) || (msgType == MSG_HRESET)) in sendPldm()
789 if ((msgType == MSG_OCC_RESET) || (msgType == MSG_HRESET)) in registerPldmRspCallback()
802 "registerPldmRspCallback: sd_event_add_io: Error({ERR})={STR} : fd={FD} (msgType={MSG})", in pldmRspExpired()
803 "ERR", rc, "STR", strerror(-rc), "FD", pldmFd, "MSG", msgType); in pldmRspExpired()
822 "MSG", msgType, "INS in pldmRspExpired()
[all...]
H A Dpldm.hpp280 static enum pldm_msg_type msgType; member in pldm::Interface
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DMctpRequester.hpp56 static constexpr uint8_t msgType = ocp::accelerator_management::messageType; member in mctp::MctpRequester
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.hpp267 uint8_t msgType; member
H A Dmessage_parsers.cpp447 header->ping.msgType = static_cast<uint8_t>(RmcpMsgType::PONG); in flatten()