Home
last modified time | relevance | path

Searched refs:HAL_TX_QUEUE_UAPSD (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c155 case HAL_TX_QUEUE_UAPSD: in ar9300_setup_tx_queue()
473 case HAL_TX_QUEUE_UAPSD: in ar9300_reset_tx_queue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1160 case HAL_TX_QUEUE_UAPSD: in ar5416SetupTxQueue()
1438 case HAL_TX_QUEUE_UAPSD: in ar5416ResetTxQueue()
1455 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5416ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c150 case HAL_TX_QUEUE_UAPSD: in ar5212SetupTxQueue()
465 qi->tqi_type == HAL_TX_QUEUE_UAPSD); in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h243 HAL_TX_QUEUE_UAPSD = 4, /* u-apsd power save xmit q */ enumerator