Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpldm.cpp34 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 Dpldm.hpp273 static enum pldm_msg_type msgType; member in pldm::Interface
/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()