Home
last modified time | relevance | path

Searched refs:AR_Q_MISC_CBR_INCR_DIS0 (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c381 qmisc |= AR_Q_MISC_CBR_INCR_DIS0; in ar9300_reset_tx_queue()
383 qmisc &= ~AR_Q_MISC_CBR_INCR_DIS0; in ar9300_reset_tx_queue()
432 | AR_Q_MISC_CBR_INCR_DIS0; in ar9300_reset_tx_queue()
H A Dar9300_xmit_ds.c523 + AR_Q_MISC_CBR_INCR_DIS0 in ar9300__cont_tx_mode()
H A Dar9300reg.h518 #define AR_Q_MISC_CBR_INCR_DIS0 0x00000040 // Disable CBR expired counter incr (empty bea… macro
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c361 qmisc |= AR_Q_MISC_CBR_INCR_DIS0; in ar5212ResetTxQueue()
363 qmisc &= ~AR_Q_MISC_CBR_INCR_DIS0; in ar5212ResetTxQueue()
411 | AR_Q_MISC_CBR_INCR_DIS0; in ar5212ResetTxQueue()
H A Dar5212reg.h587 #define AR_Q_MISC_CBR_INCR_DIS0 0x00000040 /* Disable CBR expired counter incr macro
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1340 qmisc |= AR_Q_MISC_CBR_INCR_DIS0; in ar5416ResetTxQueue()
1342 qmisc &= ~AR_Q_MISC_CBR_INCR_DIS0; in ar5416ResetTxQueue()
1390 | AR_Q_MISC_CBR_INCR_DIS0; in ar5416ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h514 #define AR_Q_MISC_CBR_INCR_DIS0 0x00000040 /* Disable CBR expired counter macro
H A Dar5211_xmit.c344 | AR_Q_MISC_CBR_INCR_DIS0 | AR_Q_MISC_RDYTIME_EXP_POLICY); in ar5211ResetTxQueue()