Lines Matching refs:msg_hdr
798 scmi_xfer_command_acquire(struct scmi_chan_info *cinfo, u32 msg_hdr) in scmi_xfer_command_acquire() argument
805 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_xfer_command_acquire()
806 u16 xfer_id = MSG_XTRACT_TOKEN(msg_hdr); in scmi_xfer_command_acquire()
839 msg_type, xfer_id, msg_hdr, xfer->state); in scmi_xfer_command_acquire()
863 u32 msg_hdr, void *priv) in scmi_handle_notification() argument
880 unpack_scmi_header(msg_hdr, &xfer->hdr); in scmi_handle_notification()
899 xfer->hdr.seq = MSG_XTRACT_TOKEN(msg_hdr); in scmi_handle_notification()
910 u32 msg_hdr, void *priv) in scmi_handle_response() argument
915 xfer = scmi_xfer_command_acquire(cinfo, msg_hdr); in scmi_handle_response()
918 scmi_raw_error_report(info->raw, cinfo, msg_hdr, priv); in scmi_handle_response()
920 if (MSG_XTRACT_TYPE(msg_hdr) == MSG_TYPE_DELAYED_RESP) in scmi_handle_response()
981 void scmi_rx_callback(struct scmi_chan_info *cinfo, u32 msg_hdr, void *priv) in scmi_rx_callback() argument
983 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_rx_callback()
987 scmi_handle_notification(cinfo, msg_hdr, priv); in scmi_rx_callback()
991 scmi_handle_response(cinfo, msg_hdr, priv); in scmi_rx_callback()