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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c79 case HAL_TX_QUEUE_CAB:
307 case HAL_TX_QUEUE_CAB:
380 case HAL_TX_QUEUE_CAB:
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c151 case HAL_TX_QUEUE_CAB:
365 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) {
412 case HAL_TX_QUEUE_CAB: /* CAB frames */
566 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c123 case HAL_TX_QUEUE_CAB:
340 case HAL_TX_QUEUE_CAB:
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1140 case HAL_TX_QUEUE_CAB:
1316 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) {
1377 case HAL_TX_QUEUE_CAB: /* CAB frames */
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c143 case HAL_TX_QUEUE_CAB:
403 case HAL_TX_QUEUE_CAB: /* CAB frames */
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h228 HAL_TX_QUEUE_CAB = 3, /* "crap after beacon" xmit q */ enumerator in enum:__anon7432
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c457 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);

Completed in 202 milliseconds