Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 4 of 4) sorted by relevance
327 if (msg_bytes > SOF_IPC_MSG_MAX_SIZE || in sof_ipc_tx_message_no_pm()328 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message_no_pm()572 sparams->pl_size = SOF_IPC_MSG_MAX_SIZE - sparams->hdr_bytes; in sof_get_ctrl_copy_params()592 partdata = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_set_get_large_ctrl_data()722 if (cdata->rhdr.hdr.size <= SOF_IPC_MSG_MAX_SIZE) { in snd_sof_ipc_set_get_comp_data()838 msg->msg_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()843 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, in snd_sof_ipc_init()
84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info()91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZE); in sof_ipc_probe_info()
2224 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()
128 #define SOF_IPC_MSG_MAX_SIZE 384 macro