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

/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c980 if (qInfo->tqi_shretry != 0)
981 qi->tqi_shretry = AH_MIN(qInfo->tqi_shretry, 15);
983 qi->tqi_shretry = INIT_SH_RETRY;
1022 qInfo->tqi_shretry = qi->tqi_shretry;
H A Dah_internal.h518 uint16_t tqi_shretry; /* frame short retry limit */ member in struct:__anon7528
H A Dah.h356 uint16_t tqi_shretry; /* rts retry limit */ member in struct:__anon7436
/freebsd-10.0-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-10.0-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-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c207 qi->tqi_shretry = INIT_SH_RETRY;
335 SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH));
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c190 qi->tqi_shretry = INIT_SH_RETRY;
317 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c1195 qi->tqi_shretry = INIT_SH_RETRY;
1287 | SM(qi->tqi_shretry, AR_D_RETRY_LIMIT_FR_SH)

Completed in 274 milliseconds