Searched refs:coex_tx_qs (Results 1 – 2 of 2) sorted by relevance
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()47 skb = skb_dequeue(&coex_cb->coex_tx_qs[RSI_COEX_Q_BT]); in rsi_coex_sched_tx_pkts()115 skb_queue_tail(&coex_cb->coex_tx_qs[coex_q], skb); in rsi_coex_send_pkt()152 skb_queue_head_init(&coex_cb->coex_tx_qs[cnt]); in rsi_coex_attach()175 skb_queue_purge(&coex_cb->coex_tx_qs[cnt]); in rsi_coex_detach()
28 struct sk_buff_head coex_tx_qs[NUM_COEX_TX_QUEUES]; member