Home
last modified time | relevance | path

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

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