Searched refs:coex_q (Results 1 – 1 of 1) sorted by relevance
39 enum rsi_coex_queues coex_q = RSI_COEX_Q_INVALID; in rsi_coex_sched_tx_pkts() local43 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()107 enum rsi_coex_queues coex_q; in rsi_coex_send_pkt() local110 coex_q = rsi_map_coex_q(hal_queue); in rsi_coex_send_pkt()111 if (coex_q == RSI_COEX_Q_INVALID) { in rsi_coex_send_pkt()115 if (coex_q != RSI_COEX_Q_COMMON && in rsi_coex_send_pkt()116 coex_q != RSI_COEX_Q_WLAN) { in rsi_coex_send_pkt()[all …]