Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/rsi/
A Drsi_91x_coex.c27 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()
117 skb_queue_tail(&coex_cb->coex_tx_qs[coex_q], skb); in rsi_coex_send_pkt()
154 skb_queue_head_init(&coex_cb->coex_tx_qs[cnt]); in rsi_coex_attach()
177 skb_queue_purge(&coex_cb->coex_tx_qs[cnt]); in rsi_coex_detach()
A Drsi_coex.h28 struct sk_buff_head coex_tx_qs[NUM_COEX_TX_QUEUES]; member

Completed in 3 milliseconds