Lines Matching refs:msgType
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()
803 "ERR", rc, "STR", strerror(-rc), "FD", pldmFd, "MSG", msgType); in registerPldmRspCallback()
822 "MSG", msgType, "INST", pldmResponseOcc); in pldmRspExpired()
829 if (msgType == MSG_OCC_RESET) in pldmRspExpired()
1088 "MSG", msgType, "STATUS", response->payload[0]); in pldmResetCallback()
1091 if (msgType == MSG_OCC_RESET) in pldmResetCallback()
1189 msgType = MSG_SENSOR_STATUS; in checkActiveSensor()