Home
last modified time | relevance | path

Searched refs:coex_tx_thread (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/rsi/
A Drsi_91x_coex.c60 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()
A Drsi_coex.h29 struct rsi_thread coex_tx_thread; member

Completed in 3 milliseconds