Searched refs:tqi_shretry (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.c853 if (qInfo->tqi_shretry != 0)
854 qi->tqi_shretry = AH_MIN(qInfo->tqi_shretry, 15);
856 qi->tqi_shretry = INIT_SH_RETRY;
895 qInfo->tqi_shretry = qi->tqi_shretry;
H A Dah_internal.h410 uint16_t tqi_shretry; /* frame short retry limit */ member in struct:__anon7072
H A Dah.h290 uint16_t tqi_shretry; /* rts retry limit */ member in struct:__anon7005
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c111 qi->tqi_shretry = INIT_SH_RETRY;
225 | SM(qi->tqi_shretry, AR_RETRY_LMT_SH_RETRY)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c158 qi->tqi_shretry = INIT_SH_RETRY;
278 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c189 qi->tqi_shretry = INIT_SH_RETRY;
315 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c840 qi->tqi_shretry = INIT_SH_RETRY;
931 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)

Completed in 66 milliseconds