Searched refs:coex_tx_thread (Results 1 – 2 of 2) sorted by relevance
60 rsi_wait_event(&coex_cb->coex_tx_thread.event, timeout); in rsi_coex_scheduler_thread()61 rsi_reset_event(&coex_cb->coex_tx_thread.event); in rsi_coex_scheduler_thread()64 } while (atomic_read(&coex_cb->coex_tx_thread.thread_done) == 0); in rsi_coex_scheduler_thread()66 complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()118 rsi_set_event(&coex_cb->coex_tx_thread.event); in rsi_coex_send_pkt()155 rsi_init_event(&coex_cb->coex_tx_thread.event); in rsi_coex_attach()159 &coex_cb->coex_tx_thread, in rsi_coex_attach()174 rsi_kill_thread(&coex_cb->coex_tx_thread); in rsi_coex_detach()
29 struct rsi_thread coex_tx_thread; member