Searched refs:coex_cb (Results 1 – 2 of 2) sorted by relevance
23 (struct rsi_coex_ctrl_block *coex_cb) in rsi_coex_determine_coex_q() argument27 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() argument43 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() local59 rsi_wait_event(&coex_cb->coex_tx_thread.event, timeout); in rsi_coex_scheduler_thread()[all …]
244 void *coex_cb; member