Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw88/
HDmain.c275 ewma_tp_add(&stats->rx_ewma_tp, rx_unicast_mbps); in rtw_watch_dog_work()
277 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw_watch_dog_work()
2144 ewma_tp_init(&stats->rx_ewma_tp); in rtw_stats_init()
HDmain.h678 struct ewma_tp rx_ewma_tp; member
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDcore.c3485 ewma_tp_add(&stats->rx_ewma_tp, stats->rx_throughput_raw); in rtw89_traffic_stats_calc()
3488 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw89_traffic_stats_calc()
3586 ewma_tp_init(&stats->rx_ewma_tp); in rtw89_traffic_stats_init()
HDcore.h1418 struct ewma_tp rx_ewma_tp; member