Home
last modified time | relevance | path

Searched refs:SOF_IPC_MSG_MAX_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/sound/sof/
Dheader.h134 #define SOF_IPC_MSG_MAX_SIZE 384 macro
/linux-6.6.21/sound/soc/sof/
Ddebug.c228 reply = kmalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in memory_info_update()
238 ret = sof_ipc_tx_message(sdev->ipc, &msg, msg.size, reply, SOF_IPC_MSG_MAX_SIZE); in memory_info_update()
Dipc3.c769 msg->reply_data = devm_kzalloc(sdev->dev, SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in ipc3_init_reply_data_buffer()
773 sdev->ipc->max_payload_size = SOF_IPC_MSG_MAX_SIZE; in ipc3_init_reply_data_buffer()
1001 if (hdr->size < sizeof(*hdr) || hdr->size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_do_rx_work()
1070 if (hdr.size < sizeof(hdr) || hdr.size > SOF_IPC_MSG_MAX_SIZE) { in sof_ipc3_rx_msg()
Dipc3-dtrace.c157 if (size > SOF_IPC_MSG_MAX_SIZE) in ipc3_trace_update_filter()
Dipc3-topology.c883 if (ipc_size > SOF_IPC_MSG_MAX_SIZE) { in sof_process_load()