Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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.c278 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5211ResetTxQueue()
/dragonfly/sys/dev/netif/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.c317 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5212ResetTxQueue()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c335 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)); in ar9300_reset_tx_queue()
H A Dar9300reg.h587 #define AR_D_RETRY_LIMIT_FR_SH 0x0000000F // Mask for frame short retry limit macro
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1287 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH) in ar5416ResetTxQueue()