Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211reg.h558 #define AR_D_RETRY_LIMIT_STA_SH 0x00003F00 /* Mask for station short retry limit */ macro
HDar5211_xmit.c274 SM(INIT_SSH_RETRY, AR_D_RETRY_LIMIT_STA_SH) in ar5211ResetTxQueue()
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212reg.h636 #define AR_D_RETRY_LIMIT_STA_SH 0x00003F00 /* station short retry limit */ macro
HDar5212_xmit.c313 SM(INIT_SSH_RETRY, AR_D_RETRY_LIMIT_STA_SH) in ar5212ResetTxQueue()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_xmit.c334 SM(INIT_SSH_RETRY, AR_D_RETRY_LIMIT_STA_SH) | in ar9300_reset_tx_queue()
HDar9300reg.h590 #define AR_D_RETRY_LIMIT_STA_SH 0x00003F00 // Mask for station short retry limit macro
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c1288 SM(INIT_SSH_RETRY, AR_D_RETRY_LIMIT_STA_SH) in ar5416ResetTxQueue()