Home
last modified time | relevance | path

Searched refs:txa_lastsample (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ht.h53 int txa_lastsample; /* ticks @ last traffic sample */ member
108 tap->txa_lastsample = ticks; in ieee80211_txampdu_init_pps()
129 while (ticks - tap->txa_lastsample >= hz) { in ieee80211_txampdu_count_packet()
134 tap->txa_lastsample = ticks; in ieee80211_txampdu_count_packet()
137 tap->txa_lastsample += hz; in ieee80211_txampdu_count_packet()
151 while (ticks - tap->txa_lastsample >= hz) { in ieee80211_txampdu_getpps()
155 tap->txa_lastsample = ticks; in ieee80211_txampdu_getpps()
158 tap->txa_lastsample += hz; in ieee80211_txampdu_getpps()
H A Dieee80211_ddb.c203 sep, tap->txa_token, tap->txa_lastsample, tap->txa_pkts, in _db_show_txampdu()
H A Dieee80211_ht.c2185 tap->txa_lastsample = ticks; in ampdu_tx_setup()