Home
last modified time | relevance | path

Searched refs:on_tx_err (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c177 on->on_tx_err++; in ath_rate_tx_complete()
274 on->on_tx_ok = on->on_tx_err = on->on_tx_retr = on->on_tx_upper = 0; in ath_rate_update()
347 enough = (on->on_tx_ok + on->on_tx_err >= 10); in ath_rate_ctl()
350 if (on->on_tx_err > 0 && on->on_tx_ok == 0) in ath_rate_ctl()
358 if (enough && on->on_tx_err == 0 && in ath_rate_ctl()
364 on->on_tx_ok, on->on_tx_err, on->on_tx_retr, on->on_tx_upper, dir); in ath_rate_ctl()
396 on->on_tx_ok, on->on_tx_err, on->on_tx_retr); in ath_rate_ctl()
399 on->on_tx_ok = on->on_tx_err = on->on_tx_retr = 0; in ath_rate_ctl()
H A Donoe.h50 u_int on_tx_err; /* tx !ok pkt */ member