Lines Matching refs:msg_hdr
562 scmi_xfer_command_acquire(struct scmi_chan_info *cinfo, u32 msg_hdr) in scmi_xfer_command_acquire() argument
569 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_xfer_command_acquire()
570 u16 xfer_id = MSG_XTRACT_TOKEN(msg_hdr); in scmi_xfer_command_acquire()
603 msg_type, xfer_id, msg_hdr, xfer->state); in scmi_xfer_command_acquire()
646 u32 msg_hdr, void *priv) in scmi_handle_notification() argument
663 unpack_scmi_header(msg_hdr, &xfer->hdr); in scmi_handle_notification()
687 u32 msg_hdr, void *priv) in scmi_handle_response() argument
692 xfer = scmi_xfer_command_acquire(cinfo, msg_hdr); in scmi_handle_response()
694 if (MSG_XTRACT_TYPE(msg_hdr) == MSG_TYPE_DELAYED_RESP) in scmi_handle_response()
741 void scmi_rx_callback(struct scmi_chan_info *cinfo, u32 msg_hdr, void *priv) in scmi_rx_callback() argument
743 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_rx_callback()
747 scmi_handle_notification(cinfo, msg_hdr, priv); in scmi_rx_callback()
751 scmi_handle_response(cinfo, msg_hdr, priv); in scmi_rx_callback()