Home
last modified time | relevance | path

Searched refs:coex_tx_thread (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H 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()
175 rsi_kill_thread(&coex_cb->coex_tx_thread); in rsi_coex_detach()
H A Drsi_coex.h29 struct rsi_thread coex_tx_thread; member
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_91x_coex.c59 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()
H A Drsi_coex.h29 struct rsi_thread coex_tx_thread; member

Completed in 1 milliseconds