Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/rsi/
A Drsi_91x_coex.c23 (struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_determine_coex_q() argument
55 struct rsi_coex_ctrl_block *coex_cb = in rsi_coex_scheduler_thread() local
63 rsi_coex_sched_tx_pkts(coex_cb); in rsi_coex_scheduler_thread()
142 struct rsi_coex_ctrl_block *coex_cb; in rsi_coex_attach() local
145 coex_cb = kzalloc(sizeof(*coex_cb), GFP_KERNEL); in rsi_coex_attach()
146 if (!coex_cb) in rsi_coex_attach()
149 common->coex_cb = (void *)coex_cb; in rsi_coex_attach()
150 coex_cb->priv = common; in rsi_coex_attach()
159 &coex_cb->coex_tx_thread, in rsi_coex_attach()
163 kfree(coex_cb); in rsi_coex_attach()
[all …]
A Drsi_main.h244 void *coex_cb; member

Completed in 5 milliseconds