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

/netbsd-current/sys/external/isc/atheros_hal/dist/
H A Dah_desc.h41 uint8_t ts_shortretry; /* # short retries */ member in struct:ath_tx_status
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_xmit.c637 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
646 if (ts->ts_shortretry > 0)
647 ts->ts_shortretry++;
/netbsd-current/sys/dev/ic/
H A Dathrate-amrr.c148 int sr = ds->ds_txstat.ts_shortretry;
H A Dathrate-onoe.c176 on->on_tx_retr += ds->ds_txstat.ts_shortretry
H A Dathrate-sample.c500 short_tries = ds->ds_txstat.ts_shortretry + 1;
H A Dath.c4174 sr = ds->ds_txstat.ts_shortretry;
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_xmit.c607 ts->ts_shortretry = MS(ads->ds_status0, AR_ShortRetryCnt);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_xmit.c546 ts->ts_shortretry = MS(ds_txstatus[1], AR_RTSFailCnt);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_xmit.c890 ts->ts_shortretry = MS(ads->ds_txstatus0, AR_RTSFailCnt);

Completed in 149 milliseconds