Searched refs:HAL_TX_QUEUE_CAB (Results 1 – 7 of 7) sorted by relevance
79 case HAL_TX_QUEUE_CAB: in ar5210SetupTxQueue()307 case HAL_TX_QUEUE_CAB: in ar5210SetTxDP()380 case HAL_TX_QUEUE_CAB: in ar5210StartTxDma()
151 case HAL_TX_QUEUE_CAB: in ar9300_setup_tx_queue()362 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar9300_reset_tx_queue()423 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar9300_reset_tx_queue()591 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()
123 case HAL_TX_QUEUE_CAB: in ar5211SetupTxQueue()339 case HAL_TX_QUEUE_CAB: in ar5211ResetTxQueue()
1144 case HAL_TX_QUEUE_CAB: in ar5416SetupTxQueue()1320 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar5416ResetTxQueue()1381 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar5416ResetTxQueue()
142 case HAL_TX_QUEUE_CAB: in ar5212SetupTxQueue()402 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar5212ResetTxQueue()
242 HAL_TX_QUEUE_CAB = 3, /* "crap after beacon" xmit q */ enumerator
784 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0); in ath_attach()