Searched refs:tx_ewma_tp (Results 1 – 4 of 4) sorted by relevance
260 ewma_tp_add(&stats->tx_ewma_tp, tx_unicast_mbps); in rtw_watch_dog_work()262 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw_watch_dog_work()2100 ewma_tp_init(&stats->tx_ewma_tp); in rtw_stats_init()
681 struct ewma_tp tx_ewma_tp; member
3631 ewma_tp_add(&stats->tx_ewma_tp, stats->tx_throughput_raw); in rtw89_traffic_stats_calc()3634 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp); in rtw89_traffic_stats_calc()3734 ewma_tp_init(&stats->tx_ewma_tp); in rtw89_traffic_stats_init()
1433 struct ewma_tp tx_ewma_tp; member
Completed in 77 milliseconds