Searched refs:ah_txq (Results 1 – 3 of 3) sorted by relevance
106 return ath_hal_setTxQProps(ah, &ahp->ah_txq[q], q_info); in ar9300_set_tx_queue_props()123 return ath_hal_getTxQProps(ah, q_info, &ahp->ah_txq[q]); in ar9300_get_tx_queue_props()170 if (ahp->ah_txq[q].tqi_type == HAL_TX_QUEUE_INACTIVE) { in ar9300_setup_tx_queue()188 qi = &ahp->ah_txq[q]; in ar9300_setup_tx_queue()259 qi = &ahp->ah_txq[q]; in ar9300_release_tx_queue()298 qi = &ahp->ah_txq[q]; in ar9300_reset_tx_queue()551 HALASSERT(AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar9300_set_tx_dp()591 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()600 (AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE)); in ar9300_num_tx_pending()632 HALASSERT(AH9300(ah)->ah_txq[q].tqi_type != HAL_TX_QUEUE_INACTIVE); in ar9300_stop_tx_dma()[all …]
469 qi = &ahp->ah_txq[q];
432 HAL_TX_QUEUE_INFO ah_txq[HAL_NUM_TX_QUEUES]; member