Searched refs:msgType (Results 1 – 7 of 7) sorted by relevance
| /openbmc/dbus-sensors/src/ |
| H A D | MctpAsioEndpoint.cpp | 24 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 D | MctpAsioEndpoint.hpp | 14 MctpAsioEndpoint(uint8_t eid, uint8_t msgType); 17 MctpAsioEndpoint(uint8_t msgType);
|
| /openbmc/openpower-occ-control/ |
| H A D | pldm.cpp | 34 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 D | pldm.hpp | 280 static enum pldm_msg_type msgType; member in pldm::Interface
|
| /openbmc/dbus-sensors/src/nvidia-gpu/ |
| H A D | MctpRequester.hpp | 56 static constexpr uint8_t msgType = ocp::accelerator_management::messageType; member in mctp::MctpRequester
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | message_parsers.hpp | 267 uint8_t msgType; member
|
| H A D | message_parsers.cpp | 447 header->ping.msgType = static_cast<uint8_t>(RmcpMsgType::PONG); in flatten()
|