Home
last modified time | relevance | path

Searched refs:HAL_TX_QUEUE_CAB (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c79 case HAL_TX_QUEUE_CAB: in ar5210SetupTxQueue()
307 case HAL_TX_QUEUE_CAB: in ar5210SetTxDP()
380 case HAL_TX_QUEUE_CAB: in ar5210StartTxDma()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c151 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()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c123 case HAL_TX_QUEUE_CAB: in ar5211SetupTxQueue()
339 case HAL_TX_QUEUE_CAB: in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1144 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()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c142 case HAL_TX_QUEUE_CAB: in ar5212SetupTxQueue()
402 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h242 HAL_TX_QUEUE_CAB = 3, /* "crap after beacon" xmit q */ enumerator
/freebsd/sys/dev/ath/
H A Dif_ath.c784 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0); in ath_attach()