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

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c242 ewma_tp_add(&stats->tx_ewma_tp,
246 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp);
2078 ewma_tp_init(&stats->tx_ewma_tp);
H A Dmain.h663 struct ewma_tp tx_ewma_tp; member in struct:rtw_traffic_stats
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c3015 ewma_tp_add(&stats->tx_ewma_tp, stats->tx_throughput_raw);
3018 stats->tx_throughput = ewma_tp_read(&stats->tx_ewma_tp);
3107 ewma_tp_init(&stats->tx_ewma_tp);
H A Dcore.h1345 struct ewma_tp tx_ewma_tp; member in struct:rtw89_traffic_stats

Completed in 315 milliseconds