Home
last modified time | relevance | path

Searched refs:txa_attempts (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/net80211/
Dieee80211_ht.c1741 tap->txa_attempts++; in addba_timeout()
1815 tap->txa_attempts = 0; in ieee80211_addba_response()
1836 tap->txa_attempts = 0; in ieee80211_addba_stop()
2083 if (tap->txa_attempts >= ieee80211_addba_maxtries && in ieee80211_ampdu_enable()
2139 tap->txa_attempts = ieee80211_addba_maxtries; in ieee80211_ampdu_request()
2202 tap->txa_tid, tap->txa_flags, tap->txa_attempts); in bar_timeout()
2208 if (tap->txa_attempts >= ieee80211_bar_maxtries) { in bar_timeout()
2381 tap->txa_attempts = 1; in ieee80211_send_bar()
2383 tap->txa_attempts++; in ieee80211_send_bar()
2389 tid, barctl, seq, tap->txa_attempts); in ieee80211_send_bar()
Dieee80211_ht.h57 uint8_t txa_attempts; /* # ADDBA/BAR requests w/o a response*/ member
Dieee80211_ddb.c218 tap->txa_attempts, tap->txa_nextrequest); in _db_show_txampdu()
/freebsd-10-stable/sys/dev/ath/
Dif_ath_tx.c5854 int attempts = tap->txa_attempts;