Searched refs:tx_ack_pending (Results 1 – 2 of 2) sorted by relevance
76 devdata->tx_ack_pending = false; in z_intel_adsp_ipc_isr()138 return not_busy && !devdata->tx_ack_pending; in intel_adsp_ipc_is_complete()158 if ((config->regs->idr & INTEL_ADSP_IPC_BUSY) != 0 || devdata->tx_ack_pending) { in intel_adsp_ipc_send_message()166 devdata->tx_ack_pending = true; in intel_adsp_ipc_send_message()
73 bool tx_ack_pending; member