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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_qcu.c37 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE)
43 if ((queue_info->tqi_type == AR5K_TX_QUEUE_DATA &&
46 queue_info->tqi_type == AR5K_TX_QUEUE_UAPSD)
68 ah->ah_txq.tqi_type = queue_type;
71 queue_info->tqi_type = queue_type;
93 ah->ah_txq.tqi_type = AR5K_TX_QUEUE_INACTIVE;
109 if (tq->tqi_type == AR5K_TX_QUEUE_INACTIVE)
114 if (tq->tqi_type != AR5K_TX_QUEUE_DATA)
271 (tq->tqi_type != AR5K_TX_QUEUE_ID_CAB))
H A Dath5k_dma.c132 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE)
173 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE)
H A Dath5k.h509 enum ath5k_tx_queue tqi_type; member in struct:ath5k_txq_info

Completed in 101 milliseconds