Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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.c277 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5211ResetTxQueue()
/dragonfly/sys/dev/netif/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.c316 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5212ResetTxQueue()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1286 | SM(qi->tqi_lgretry, AR_D_RETRY_LIMIT_FR_LG) in ar5416ResetTxQueue()