Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathrate-onoe.c175 on->on_tx_err++; in ath_rate_tx_complete()
260 on->on_tx_ok = on->on_tx_err = on->on_tx_retr = on->on_tx_upper = 0; in ath_rate_update()
386 enough = (on->on_tx_ok + on->on_tx_err >= 10); in ath_rate_ctl()
389 if (on->on_tx_err > 0 && on->on_tx_ok == 0) in ath_rate_ctl()
397 if (enough && on->on_tx_err == 0 && in ath_rate_ctl()
403 on->on_tx_ok, on->on_tx_err, on->on_tx_retr, in ath_rate_ctl()
436 on->on_tx_ok, on->on_tx_err, on->on_tx_retr); in ath_rate_ctl()
439 on->on_tx_ok = on->on_tx_err = on->on_tx_retr = 0; in ath_rate_ctl()
H A Dathrate-onoe.h56 u_int on_tx_err; /* tx !ok pkt */ member