Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_xmit.c139 | HAL_TXQ_CBR_DIS_QEMPTY in ar5212SetupTxQueue()
146 | HAL_TXQ_CBR_DIS_QEMPTY in ar5212SetupTxQueue()
365 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_QEMPTY) in ar5212ResetTxQueue()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_xmit.c1136 | HAL_TXQ_CBR_DIS_QEMPTY in ar5416SetupTxQueue()
1143 | HAL_TXQ_CBR_DIS_QEMPTY in ar5416SetupTxQueue()
1151 | HAL_TXQ_CBR_DIS_QEMPTY in ar5416SetupTxQueue()
1339 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_QEMPTY) in ar5416ResetTxQueue()
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.h312 HAL_TXQ_CBR_DIS_QEMPTY = 0x0080, /* disable on this q empty */ enumerator