Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H A Drsi_91x_coex.c23 (struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_determine_coex_q()
27 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_COMMON]) > 0) in rsi_coex_determine_coex_q()
29 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]) > 0) in rsi_coex_determine_coex_q()
31 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_WLAN]) > 0) in rsi_coex_determine_coex_q()
37 static void rsi_coex_sched_tx_pkts(struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_sched_tx_pkts() argument
43 coex_q = rsi_coex_determine_coex_q(coex_cb); in rsi_coex_sched_tx_pkts()
47 skb = skb_dequeue(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]); in rsi_coex_sched_tx_pkts()
48 rsi_send_bt_pkt(coex_cb->priv, skb); in rsi_coex_sched_tx_pkts()
55 struct rsi_coex_ctrl_block *coex_cb = in rsi_coex_scheduler_thread() local
56 (struct rsi_coex_ctrl_block *)common->coex_cb; in rsi_coex_scheduler_thread()
22 rsi_coex_determine_coex_q(struct rsi_coex_ctrl_block *coex_cb) rsi_coex_determine_coex_q() argument
104 struct rsi_coex_ctrl_block *coex_cb = rsi_coex_send_pkt() local
142 struct rsi_coex_ctrl_block *coex_cb; rsi_coex_attach() local
171 struct rsi_coex_ctrl_block *coex_cb = rsi_coex_detach() local
[all...]
H A Drsi_main.h244 void *coex_cb; member
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H A Drsi_91x_coex.c23 (struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_determine_coex_q()
27 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_COMMON]) > 0) in rsi_coex_determine_coex_q()
29 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]) > 0) in rsi_coex_determine_coex_q()
31 if (skb_queue_len(&coex_cb->coex_tx_qs[RSI_COEX_Q_WLAN]) > 0) in rsi_coex_determine_coex_q()
37 static void rsi_coex_sched_tx_pkts(struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_sched_tx_pkts() argument
43 coex_q = rsi_coex_determine_coex_q(coex_cb); in rsi_coex_sched_tx_pkts()
47 skb = skb_dequeue(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]); in rsi_coex_sched_tx_pkts()
48 rsi_send_bt_pkt(coex_cb->priv, skb); in rsi_coex_sched_tx_pkts()
55 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; in rsi_coex_scheduler_thread() local
22 rsi_coex_determine_coex_q(struct rsi_coex_ctrl_block *coex_cb) rsi_coex_determine_coex_q() argument
103 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; rsi_coex_send_pkt() local
140 struct rsi_coex_ctrl_block *coex_cb; rsi_coex_attach() local
169 struct rsi_coex_ctrl_block *coex_cb = common->coex_cb; rsi_coex_detach() local
[all...]
H A Drsi_main.h244 void *coex_cb; member

Completed in 3 milliseconds