Lines Matching refs:msg_bytes

41 	size_t msg_bytes;  member
283 void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_unlocked() argument
303 msg->msg_size = msg_bytes; in sof_ipc_tx_message_unlocked()
308 if (msg_bytes) in sof_ipc_tx_message_unlocked()
309 memcpy(msg->msg_data, msg_data, msg_bytes); in sof_ipc_tx_message_unlocked()
335 void *msg_data, size_t msg_bytes, void *reply_data, in sof_ipc_tx_message() argument
350 return sof_ipc_tx_message_no_pm(ipc, header, msg_data, msg_bytes, in sof_ipc_tx_message()
361 void *msg_data, size_t msg_bytes, in sof_ipc_tx_message_no_pm() argument
366 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm()
373 ret = sof_ipc_tx_message_unlocked(ipc, header, msg_data, msg_bytes, in sof_ipc_tx_message_no_pm()
664 sparams->num_msg = DIV_ROUND_UP(sparams->msg_bytes, sparams->pl_size); in sof_get_ctrl_copy_params()
677 size_t msg_bytes; in sof_set_get_large_ctrl_data() local
698 msg_bytes = sparams->msg_bytes; in sof_set_get_large_ctrl_data()
709 send_bytes = min(msg_bytes, pl_size); in sof_set_get_large_ctrl_data()
713 msg_bytes -= send_bytes; in sof_set_get_large_ctrl_data()
714 partdata->elems_remaining = msg_bytes; in sof_set_get_large_ctrl_data()
811 sparams.msg_bytes = scontrol->num_channels * in snd_sof_ipc_set_get_comp_data()
818 sparams.msg_bytes = scontrol->num_channels * in snd_sof_ipc_set_get_comp_data()
825 sparams.msg_bytes = cdata->data->size; in snd_sof_ipc_set_get_comp_data()
834 cdata->rhdr.hdr.size = sparams.msg_bytes + sparams.hdr_bytes; in snd_sof_ipc_set_get_comp_data()