Searched refs:tqi_type (Results 1 – 5 of 5) 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()163 if (qi->tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_set_tx_queueprops()167 qi->tqi_type = qinfo->tqi_type; in ath5k_hw_set_tx_queueprops()185 if ((qinfo->tqi_type == AR5K_TX_QUEUE_DATA && in ath5k_hw_set_tx_queueprops()188 qinfo->tqi_type == AR5K_TX_QUEUE_UAPSD) in ath5k_hw_set_tx_queueprops()248 ah->ah_txq[queue].tqi_type = queue_type; in ath5k_hw_setup_tx_queue()251 queue_info->tqi_type = queue_type; in ath5k_hw_setup_tx_queue()335 (tq->tqi_type == AR5K_TX_QUEUE_INACTIVE)) in ath5k_hw_reset_tx_queue()384 if (tq->tqi_ready_time && (tq->tqi_type != AR5K_TX_QUEUE_CAB)) in ath5k_hw_reset_tx_queue()[all …]
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()
653 enum ath5k_tx_queue tqi_type; member
204 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_set_txq_props()250 if (qi->tqi_type == ATH9K_TX_QUEUE_DATA) in ath9k_hw_set_txq_props()268 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_get_txq_props()324 if (qi->tqi_type != ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_setuptxqueue()329 qi->tqi_type = type; in ath9k_hw_setuptxqueue()352 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_releasetxqueue()359 qi->tqi_type = ATH9K_TX_QUEUE_INACTIVE; in ath9k_hw_releasetxqueue()374 if (qi->tqi_type == ATH9K_TX_QUEUE_INACTIVE) { in ath9k_hw_resettxqueue()417 if (qi->tqi_readyTime && (qi->tqi_type != ATH9K_TX_QUEUE_CAB)) { in ath9k_hw_resettxqueue()439 switch (qi->tqi_type) { in ath9k_hw_resettxqueue()
619 enum ath9k_tx_queue tqi_type; member