Lines Matching refs:msg_hdr
548 scmi_xfer_command_acquire(struct scmi_chan_info *cinfo, u32 msg_hdr) in scmi_xfer_command_acquire() argument
555 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_xfer_command_acquire()
556 u16 xfer_id = MSG_XTRACT_TOKEN(msg_hdr); in scmi_xfer_command_acquire()
589 msg_type, xfer_id, msg_hdr, xfer->state); in scmi_xfer_command_acquire()
613 u32 msg_hdr, void *priv) in scmi_handle_notification() argument
630 unpack_scmi_header(msg_hdr, &xfer->hdr); in scmi_handle_notification()
648 u32 msg_hdr, void *priv) in scmi_handle_response() argument
653 xfer = scmi_xfer_command_acquire(cinfo, msg_hdr); in scmi_handle_response()
694 void scmi_rx_callback(struct scmi_chan_info *cinfo, u32 msg_hdr, void *priv) in scmi_rx_callback() argument
696 u8 msg_type = MSG_XTRACT_TYPE(msg_hdr); in scmi_rx_callback()
700 scmi_handle_notification(cinfo, msg_hdr, priv); in scmi_rx_callback()
704 scmi_handle_response(cinfo, msg_hdr, priv); in scmi_rx_callback()