Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/realtek/rtw88/
Dmain.c222 ewma_tp_add(&stats->tx_ewma_tp, in rtw_watch_dog_work()
226 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw_watch_dog_work()
1966 ewma_tp_init(&stats->tx_ewma_tp); in rtw_stats_init()
Dmain.h656 struct ewma_tp tx_ewma_tp; member
/linux-5.19.10/drivers/net/wireless/realtek/rtw89/
Dcore.c2008 ewma_tp_add(&stats->tx_ewma_tp, stats->tx_throughput_raw); in rtw89_traffic_stats_calc()
2011 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw89_traffic_stats_calc()
2070 ewma_tp_init(&stats->tx_ewma_tp); in rtw89_traffic_stats_init()
Dcore.h948 struct ewma_tp tx_ewma_tp; member