Searched refs:coex_tx_thread (Results 1 – 2 of 2) sorted by relevance
59 rsi_wait_event(&coex_cb->coex_tx_thread.event, timeout); in rsi_coex_scheduler_thread()60 rsi_reset_event(&coex_cb->coex_tx_thread.event); in rsi_coex_scheduler_thread()63 } while (atomic_read(&coex_cb->coex_tx_thread.thread_done) == 0); in rsi_coex_scheduler_thread()65 kthread_complete_and_exit(&coex_cb->coex_tx_thread.completion, 0); in rsi_coex_scheduler_thread()116 rsi_set_event(&coex_cb->coex_tx_thread.event); in rsi_coex_send_pkt()153 rsi_init_event(&coex_cb->coex_tx_thread.event); in rsi_coex_attach()157 &coex_cb->coex_tx_thread, in rsi_coex_attach()172 rsi_kill_thread(&coex_cb->coex_tx_thread); in rsi_coex_detach()
29 struct rsi_thread coex_tx_thread; member