Home
last modified time | relevance | path

Searched refs:tx_ewma_tp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmain.c207 ewma_tp_add(&stats->tx_ewma_tp, in rtw_watch_dog_work()
211 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw_watch_dog_work()
1597 ewma_tp_init(&stats->tx_ewma_tp); in rtw_stats_init()
H A Dmain.h642 struct ewma_tp tx_ewma_tp; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmain.c242 ewma_tp_add(&stats->tx_ewma_tp, in rtw_watch_dog_work()
246 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw_watch_dog_work()
2073 ewma_tp_init(&stats->tx_ewma_tp); in rtw_stats_init()
H A Dmain.h655 struct ewma_tp tx_ewma_tp; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2601 ewma_tp_add(&stats->tx_ewma_tp, stats->tx_throughput_raw); in rtw89_traffic_stats_calc()
2604 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw89_traffic_stats_calc()
2672 ewma_tp_init(&stats->tx_ewma_tp); in rtw89_traffic_stats_init()
H A Dcore.h1245 struct ewma_tp tx_ewma_tp; member

Completed in 34 milliseconds