Searched refs:AR_DRETRY_LIMIT (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit_ds.c | 506 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(qnum), 0xffffffff); in ar9300__cont_tx_mode() 513 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(qnum), 0xffffffff); in ar9300__cont_tx_mode()
|
H A D | ar9300_tx99_tgt.c | 512 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(qnum), 0xffffffff); in ar9300_tx99_tgt_start()
|
H A D | ar9300_xmit.c | 333 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q), in ar9300_reset_tx_queue()
|
H A D | ar9300reg.h | 587 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) macro
|
H A D | ar9300_misc.c | 3873 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(qnum), 0xffffffff); in ar9300_tx99_start()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211reg.h | 170 #define AR_DRETRY_LIMIT(i) (AR_D0_RETRY_LIMIT + ((i)<<2)) macro
|
H A D | ar5211_xmit.c | 273 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q), in ar5211ResetTxQueue()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212reg.h | 191 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) macro
|
H A D | ar5212_xmit.c | 312 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q), in ar5212ResetTxQueue()
|
/freebsd/tools/tools/ath/athregs/ |
H A D | dumpregs.c | 584 , OS_REG_READ(ah, AR_DRETRY_LIMIT(i)) in ath_hal_dumpdcu()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_xmit.c | 1287 OS_REG_WRITE(ah, AR_DRETRY_LIMIT(q), in ar5416ResetTxQueue()
|