Searched refs:ah_txq (Results 1 – 3 of 3) sorted by relevance
67 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_num_tx_pending()98 ah->ah_txq[queue].tqi_type = AR5K_TX_QUEUE_INACTIVE; in ath5k_hw_release_tx_queue()139 memcpy(queue_info, &ah->ah_txq[queue], sizeof(struct ath5k_txq_info)); in ath5k_hw_get_tx_queueprops()159 qi = &ah->ah_txq[queue]; in ath5k_hw_set_tx_queueprops()227 ah->ah_txq[queue].tqi_type != in ath5k_hw_setup_tx_queue()251 memset(&ah->ah_txq[queue], 0, sizeof(struct ath5k_txq_info)); in ath5k_hw_setup_tx_queue()252 ah->ah_txq[queue].tqi_type = queue_type; in ath5k_hw_setup_tx_queue()290 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_set_tx_retry_limits()330 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_reset_tx_queue()334 tq = &ah->ah_txq[queue]; in ath5k_hw_reset_tx_queue()
135 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_start_tx_dma()144 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_start_tx_dma()194 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_stop_tx_dma()203 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_stop_tx_dma()362 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_get_txdp()405 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_set_txdp()
1379 struct ath5k_txq_info ah_txq[AR5K_NUM_TX_QUEUES]; member