Lines Matching refs:header
317 struct skl_ipc_header header = {0}; in cnl_dsp_irq_thread_handler() local
347 header.primary = hipctdr; in cnl_dsp_irq_thread_handler()
348 header.extension = hipctdd; in cnl_dsp_irq_thread_handler()
350 header.primary); in cnl_dsp_irq_thread_handler()
352 header.extension); in cnl_dsp_irq_thread_handler()
354 if (CNL_IPC_GLB_NOTIFY_RSP_TYPE(header.primary)) { in cnl_dsp_irq_thread_handler()
356 skl_ipc_process_reply(ipc, header); in cnl_dsp_irq_thread_handler()
359 skl_ipc_process_notification(ipc, header); in cnl_dsp_irq_thread_handler()
389 struct skl_ipc_header *header = (struct skl_ipc_header *)(&msg->tx.header); in cnl_ipc_tx_msg() local
394 header->extension); in cnl_ipc_tx_msg()
396 header->primary | CNL_ADSP_REG_HIPCIDR_BUSY); in cnl_ipc_tx_msg()