Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
HDsample.c770 ((sn->stats[size_bin][rix0].average_tx_time * ssc->smoothing_rate) + in update_stats()
771 (tt * (100 - ssc->smoothing_rate))) / 100; in update_stats()
821 ((sn->stats[size_bin][rix0].ewma_pct * ssc->smoothing_rate) + in update_stats()
822 (pct * (100 - ssc->smoothing_rate))) / 100; in update_stats()
1321 rate = ssc->smoothing_rate; in ath_rate_sysctl_smoothing_rate()
1327 ssc->smoothing_rate = rate; in ath_rate_sysctl_smoothing_rate()
1377 ssc->smoothing_rate = 75; /* ewma percentage ([0..99]) */ in ath_rate_attach()
1378 ssc->smoothing_minpackets = 100 / (100 - ssc->smoothing_rate); in ath_rate_attach()
HDsample.h48 int smoothing_rate; /* ewma percentage [0..99] */ member