Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
295 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message()296 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message()545 sparams->pl_size = SOF_IPC_MSG_MAX_SIZE - sparams->hdr_bytes; in sof_get_ctrl_copy_params()565 partdata = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_set_get_large_ctrl_data()695 if (cdata->rhdr.hdr.size <= SOF_IPC_MSG_MAX_SIZE) { in snd_sof_ipc_set_get_comp_data()817 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()822 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
1875 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
115 #define SOF_IPC_MSG_MAX_SIZE 384 macro