Searched refs:ts_shortretry (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_desc.h39 uint8_t ts_shortretry; /* # short retries */ member in struct:ath_tx_status
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c641 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
650 if (ts->ts_shortretry > 0)
651 ts->ts_shortretry++;
/freebsd-current/sys/dev/ath/ath_rate/amrr/
H A Damrr.c165 int sr = ts->ts_shortretry;
/freebsd-current/sys/dev/ath/ath_rate/onoe/
H A Donoe.c178 on->on_tx_retr += ts->ts_shortretry
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c612 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c358 ts->ts_shortretry = MS(ads->status3, AR_rts_fail_cnt);
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c923 ts->ts_shortretry = MS(ads->ds_txstatus0, AR_RTSFailCnt);
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c795 ts->ts_shortretry = MS(ds_txstatus[1], AR_RTSFailCnt);
/freebsd-current/sys/dev/ath/ath_rate/sample/
H A Dsample.c1103 short_tries = ts->ts_shortretry;
/freebsd-current/sys/dev/ath/
H A Dif_ath.c4273 sr = ts->ts_shortretry;

Completed in 276 milliseconds