Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah.c1003 qi->tqi_cbrOverflowLimit = qInfo->tqi_cbrOverflowLimit; in ath_hal_setTxQProps()
1039 qInfo->tqi_cbrOverflowLimit = qi->tqi_cbrOverflowLimit; in ath_hal_getTxQProps()
HDah_internal.h528 uint32_t tqi_cbrOverflowLimit; member
HDah.h360 uint32_t tqi_cbrOverflowLimit; /* threshold for CBROVF int */ member
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_xmit.c292 | SM(qi->tqi_cbrOverflowLimit, AR_Q_CBRCFG_CBR_OVF_THRESH)); in ar5211ResetTxQueue()
296 (qi->tqi_cbrOverflowLimit ? in ar5211ResetTxQueue()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c356 SM(qi->tqi_cbrOverflowLimit, in ar9300_reset_tx_queue()
361 (qi->tqi_cbrOverflowLimit ? in ar9300_reset_tx_queue()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_xmit.c337 | SM(qi->tqi_cbrOverflowLimit, AR_Q_CBRCFG_CBR_OVF_THRESH)); in ar5212ResetTxQueue()
339 if (qi->tqi_cbrOverflowLimit) in ar5212ResetTxQueue()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1310 | SM(qi->tqi_cbrOverflowLimit, AR_Q_CBRCFG_CBR_OVF_THRESH)); in ar5416ResetTxQueue()
1312 if (qi->tqi_cbrOverflowLimit) in ar5416ResetTxQueue()