Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dmain.c261 ewma_tp_add(&stats->rx_ewma_tp, rx_unicast_mbps); in rtw_watch_dog_work()
263 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw_watch_dog_work()
2094 ewma_tp_init(&stats->rx_ewma_tp); in rtw_stats_init()
H A Dmain.h682 struct ewma_tp rx_ewma_tp; member
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3476 ewma_tp_add(&stats->rx_ewma_tp, stats->rx_throughput_raw); in rtw89_traffic_stats_calc()
3479 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw89_traffic_stats_calc()
3577 ewma_tp_init(&stats->rx_ewma_tp); in rtw89_traffic_stats_init()
H A Dcore.h1415 struct ewma_tp rx_ewma_tp; member