Searched refs:msgType (Results 1 – 4 of 4) sorted by relevance
/openbmc/openpower-occ-control/ |
H A D | pldm.cpp | 34 enum pldm_msg_type Interface::msgType = MSG_UNDEFINED; member in pldm::Interface 458 msgType = MSG_OCC_RESET; in resetOCC() 502 msgType = MSG_HRESET; in sendHRESET() 695 if ((msgType == MSG_OCC_RESET) || (msgType == MSG_HRESET)) in sendPldm() 763 if ((msgType == MSG_OCC_RESET) || (msgType == MSG_HRESET)) in registerPldmRspCallback() 777 "ERR", rc, "STR", strerror(-rc), "FD", pldmFd, "MSG", msgType); in registerPldmRspCallback() 796 "MSG", msgType, "INST", pldmResponseOcc); in pldmRspExpired() 803 if (msgType == MSG_OCC_RESET) in pldmRspExpired() 1046 "MSG", msgType, "STATUS", response->payload[0]); in pldmResetCallback() 1049 if (msgType == MSG_OCC_RESET) in pldmResetCallback() [all …]
|
H A D | pldm.hpp | 273 static enum pldm_msg_type msgType; member in pldm::Interface
|
/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()
|