Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/rsi/
Drsi_91x_coex.c25 enum rsi_coex_queues q_num = RSI_COEX_Q_INVALID; in rsi_coex_determine_coex_q()
39 enum rsi_coex_queues coex_q = RSI_COEX_Q_INVALID; in rsi_coex_sched_tx_pkts()
50 } while (coex_q != RSI_COEX_Q_INVALID); in rsi_coex_sched_tx_pkts()
97 return RSI_COEX_Q_INVALID; in rsi_map_coex_q()
109 if (coex_q == RSI_COEX_Q_INVALID) { in rsi_coex_send_pkt()
/Linux-v6.6/include/net/
Drsi_91x.h32 RSI_COEX_Q_INVALID = -1, enumerator