Searched refs:last_tx_path (Results 1 – 2 of 2) sorted by relevance
95 cl->last_tx_path = CL_TX_PATH_IPC; in ishtp_cl_init()665 cl->last_tx_path = CL_TX_PATH_IPC; in ipc_tx_callback()711 if (cl->last_tx_path == CL_TX_PATH_DMA && cl->last_dma_acked == 0) in ishtp_cl_send_msg_ipc()737 if (cl->last_tx_path == CL_TX_PATH_IPC && cl->last_ipc_acked == 0) in ishtp_cl_send_msg_dma()763 cl->last_tx_path = CL_TX_PATH_DMA; in ishtp_cl_send_msg_dma()
69 int last_tx_path; member