Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw88/
Dmain.c224 ewma_tp_add(&stats->rx_ewma_tp, in rtw_watch_dog_work()
227 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw_watch_dog_work()
2023 ewma_tp_init(&stats->rx_ewma_tp); in rtw_stats_init()
Dmain.h653 struct ewma_tp rx_ewma_tp; member
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Dcore.c2130 ewma_tp_add(&stats->rx_ewma_tp, stats->rx_throughput_raw); in rtw89_traffic_stats_calc()
2133 stats->rx_throughput = ewma_tp_read(&stats->rx_ewma_tp); in rtw89_traffic_stats_calc()
2195 ewma_tp_init(&stats->rx_ewma_tp); in rtw89_traffic_stats_init()
Dcore.h982 struct ewma_tp rx_ewma_tp; member