Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c76 case HAL_TX_QUEUE_BEACON: in ar5210SetupTxQueue()
306 case HAL_TX_QUEUE_BEACON: in ar5210SetTxDP()
385 case HAL_TX_QUEUE_BEACON: in ar5210StartTxDma()
449 case HAL_TX_QUEUE_BEACON: in ar5210StopTxDma()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c120 case HAL_TX_QUEUE_BEACON: in ar5211SetupTxQueue()
325 case HAL_TX_QUEUE_BEACON: in ar5211ResetTxQueue()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c147 case HAL_TX_QUEUE_BEACON: in ar9300_setup_tx_queue()
407 case HAL_TX_QUEUE_BEACON: /* beacon frames */ in ar9300_reset_tx_queue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c135 case HAL_TX_QUEUE_BEACON: in ar5212SetupTxQueue()
392 case HAL_TX_QUEUE_BEACON: /* beacon frames */ in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1137 case HAL_TX_QUEUE_BEACON: in ar5416SetupTxQueue()
1371 case HAL_TX_QUEUE_BEACON: /* beacon frames */ in ar5416ResetTxQueue()
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c127 return ath_hal_setuptxqueue(ah, HAL_TX_QUEUE_BEACON, &qi); in ath_beaconq_setup()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h241 HAL_TX_QUEUE_BEACON = 2, /* beacon xmit q */ enumerator