Home
last modified time | relevance | path

Searched refs:AR_D_RETRY_LIMIT_FR_LG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211reg.h556 #define AR_D_RETRY_LIMIT_FR_LG 0x000000F0 /* Mask for frame long retry limit */ macro
H A Dar5211_xmit.c276 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5211ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212reg.h634 #define AR_D_RETRY_LIMIT_FR_LG 0x000000F0 /* frame long retry limit */ macro
H A Dar5212_xmit.c315 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5212ResetTxQueue()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1290 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5416ResetTxQueue()