Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1148 | HAL_TXQ_CBR_DIS_BEMPTY in ar5416SetupTxQueue()
1156 | HAL_TXQ_CBR_DIS_BEMPTY in ar5416SetupTxQueue()
1339 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_BEMPTY) in ar5416ResetTxQueue()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c146 | HAL_TXQ_CBR_DIS_BEMPTY in ar5212SetupTxQueue()
360 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_BEMPTY) in ar5212ResetTxQueue()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c380 if (qi->tqi_qflags & HAL_TXQ_CBR_DIS_BEMPTY) in ar9300_reset_tx_queue()
/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah.h327 HAL_TXQ_CBR_DIS_BEMPTY = 0x0100, /* disable on beacon q empty */ enumerator