Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h554 #define AR_D_RETRY_LIMIT_FR_SH 0x0000000F /* Mask for frame short retry limit */ macro
H A Dar5211_xmit.c277 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h632 #define AR_D_RETRY_LIMIT_FR_SH 0x0000000F /* frame short retry limit */ macro
H A Dar5212_xmit.c316 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5212ResetTxQueue()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c336 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)); in ar9300_reset_tx_queue()
H A Dar9300reg.h588 #define AR_D_RETRY_LIMIT_FR_SH 0x0000000F // Mask for frame short retry limit macro
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1291 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5416ResetTxQueue()