Searched refs:ah_txq (Results 1 – 3 of 3) sorted by relevance
69 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_num_tx_pending()100 ah->ah_txq[queue].tqi_type = AR5K_TX_QUEUE_INACTIVE; in ath5k_hw_release_tx_queue()141 memcpy(queue_info, &ah->ah_txq[queue], sizeof(struct ath5k_txq_info)); in ath5k_hw_get_tx_queueprops()161 qi = &ah->ah_txq[queue]; in ath5k_hw_set_tx_queueprops()247 memset(&ah->ah_txq[queue], 0, sizeof(struct ath5k_txq_info)); in ath5k_hw_setup_tx_queue()248 ah->ah_txq[queue].tqi_type = queue_type; in ath5k_hw_setup_tx_queue()286 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_set_tx_retry_limits()326 struct ath5k_txq_info *tq = &ah->ah_txq[queue]; in ath5k_hw_reset_tx_queue()
137 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_start_tx_dma()146 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_start_tx_dma()196 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_stop_tx_dma()205 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_stop_tx_dma()364 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_get_txdp()407 switch (ah->ah_txq[queue].tqi_type) { in ath5k_hw_set_txdp()
1385 struct ath5k_txq_info ah_txq[AR5K_NUM_TX_QUEUES]; member