Searched refs:tqi_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dqcu.c46 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
51 if ((queue_info->tqi_type == AR5K_TX_QUEUE_DATA &&
54 queue_info->tqi_type == AR5K_TX_QUEUE_UAPSD)
89 ah->ah_txq[queue].tqi_type !=
121 ah->ah_txq[queue].tqi_type = queue_type;
124 queue_info->tqi_type = queue_type;
150 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
177 ah->ah_txq[queue].tqi_type = AR5K_TX_QUEUE_INACTIVE;
194 if (tq->tqi_type == AR5K_TX_QUEUE_INACTIVE)
199 if (tq->tqi_type !
[all...]
H A Ddma.c119 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
128 switch (ah->ah_txq[queue].tqi_type) {
179 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
188 switch (ah->ah_txq[queue].tqi_type) {
279 switch (ah->ah_txq[queue].tqi_type) {
321 switch (ah->ah_txq[queue].tqi_type) {
H A Dath5k.h531 enum ath5k_tx_queue tqi_type; member in struct:ath5k_txq_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dmac.c165 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
250 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
296 if (qi->tqi_type == ATH9K_TX_QUEUE_DATA)
321 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
369 if (ah->txq[q].tqi_type ==
387 if (qi->tqi_type != ATH9K_TX_QUEUE_INACTIVE) {
393 qi->tqi_type = type;
426 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) {
434 qi->tqi_type = ATH9K_TX_QUEUE_INACTIVE;
461 if (qi->tqi_type
[all...]
H A Dmac.h612 enum ath9k_tx_queue tqi_type; member in struct:ath9k_tx_queue_info

Completed in 73 milliseconds