Home
last modified time | relevance | path

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

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