Lines Matching refs:ipc_message
189 struct ipc_message { struct
307 struct ipc_message *msg;
432 static struct ipc_message *msg_get_empty(struct sst_hsw *hsw) in msg_get_empty()
434 struct ipc_message *msg = NULL; in msg_get_empty()
437 msg = list_first_entry(&hsw->empty_list, struct ipc_message, in msg_get_empty()
449 struct ipc_message *msg; in ipc_tx_msgs()
468 msg = list_first_entry(&hsw->tx_list, struct ipc_message, list); in ipc_tx_msgs()
480 static void tx_msg_reply_complete(struct sst_hsw *hsw, struct ipc_message *msg) in tx_msg_reply_complete()
491 static int tx_wait_done(struct sst_hsw *hsw, struct ipc_message *msg, in tx_wait_done()
524 struct ipc_message *msg; in ipc_tx_message()
657 static struct ipc_message *reply_find_msg(struct sst_hsw *hsw, u32 header) in reply_find_msg()
659 struct ipc_message *msg; in reply_find_msg()
678 static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg) in hsw_stream_update()
711 struct ipc_message *msg; in hsw_process_reply()
1708 hsw->msg = kzalloc(sizeof(struct ipc_message) * in msg_empty_list_init()