Lines Matching refs:coex_q
39 enum rsi_coex_queues coex_q = RSI_COEX_Q_INVALID; in rsi_coex_sched_tx_pkts() local
43 coex_q = rsi_coex_determine_coex_q(coex_cb); in rsi_coex_sched_tx_pkts()
44 rsi_dbg(INFO_ZONE, "queue = %d\n", coex_q); in rsi_coex_sched_tx_pkts()
46 if (coex_q == RSI_COEX_Q_BT) { in rsi_coex_sched_tx_pkts()
50 } while (coex_q != RSI_COEX_Q_INVALID); in rsi_coex_sched_tx_pkts()
105 enum rsi_coex_queues coex_q; in rsi_coex_send_pkt() local
108 coex_q = rsi_map_coex_q(hal_queue); in rsi_coex_send_pkt()
109 if (coex_q == RSI_COEX_Q_INVALID) { in rsi_coex_send_pkt()
113 if (coex_q != RSI_COEX_Q_COMMON && in rsi_coex_send_pkt()
114 coex_q != RSI_COEX_Q_WLAN) { in rsi_coex_send_pkt()
115 skb_queue_tail(&coex_cb->coex_tx_qs[coex_q], skb); in rsi_coex_send_pkt()