Searched refs:last_tx_path (Results 1 – 2 of 2) sorted by relevance
109 cl->last_tx_path = CL_TX_PATH_IPC; in ishtp_cl_init()509 cl->last_tx_path = CL_TX_PATH_IPC; in ishtp_cl_establish_connection()838 cl->last_tx_path = CL_TX_PATH_IPC; in ipc_tx_send()894 if (cl->last_tx_path == CL_TX_PATH_DMA && cl->last_dma_acked == 0) in ishtp_cl_send_msg_ipc()920 if (cl->last_tx_path == CL_TX_PATH_IPC && cl->last_ipc_acked == 0) in ishtp_cl_send_msg_dma()946 cl->last_tx_path = CL_TX_PATH_DMA; in ishtp_cl_send_msg_dma()
52 int last_tx_path; member
Completed in 6 milliseconds