Searched refs:last_tx_path (Results 1 – 2 of 2) sorted by relevance
107 cl->last_tx_path = CL_TX_PATH_IPC; in ishtp_cl_init()673 cl->last_tx_path = CL_TX_PATH_IPC; in ipc_tx_send()729 if (cl->last_tx_path == CL_TX_PATH_DMA && cl->last_dma_acked == 0) in ishtp_cl_send_msg_ipc()755 if (cl->last_tx_path == CL_TX_PATH_IPC && cl->last_ipc_acked == 0) in ishtp_cl_send_msg_dma()781 cl->last_tx_path = CL_TX_PATH_DMA; in ishtp_cl_send_msg_dma()
52 int last_tx_path; member