Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c151 case HAL_TX_QUEUE_CAB: in ar9300_setup_tx_queue()
365 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar9300_reset_tx_queue()
412 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar9300_reset_tx_queue()
566 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_xmit.c123 case HAL_TX_QUEUE_CAB: in ar5211SetupTxQueue()
340 case HAL_TX_QUEUE_CAB: in ar5211ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1140 case HAL_TX_QUEUE_CAB: in ar5416SetupTxQueue()
1316 if (qi->tqi_readyTime && (qi->tqi_type != HAL_TX_QUEUE_CAB)) { in ar5416ResetTxQueue()
1377 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar5416ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_xmit.c143 case HAL_TX_QUEUE_CAB: in ar5212SetupTxQueue()
403 case HAL_TX_QUEUE_CAB: /* CAB frames */ in ar5212ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h229 HAL_TX_QUEUE_CAB = 3, /* "crap after beacon" xmit q */ enumerator
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c789 sc->sc_cabq = ath_txq_setup(sc, HAL_TX_QUEUE_CAB, 0);