Home
last modified time | relevance | path

Searched refs:HAL_TXQ_CBR_DIS_BEMPTY (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c789 | HAL_TXQ_CBR_DIS_BEMPTY in ar5416SetupTxQueue()
797 | HAL_TXQ_CBR_DIS_BEMPTY in ar5416SetupTxQueue()
978 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_BEMPTY) in ar5416ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c146 | HAL_TXQ_CBR_DIS_BEMPTY in ar5212SetupTxQueue()
359 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_BEMPTY) in ar5212ResetTxQueue()
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah.h247 HAL_TXQ_CBR_DIS_BEMPTY = 0x0100, /* disable on beacon q empty */ enumerator