Searched refs:rtw89_bytes_to_mbps (Results 1 – 2 of 2) sorted by relevance
5219 stats->tx_throughput_raw = rtw89_bytes_to_mbps(stats->tx_unicast, interval); in rtw89_traffic_stats_calc()5220 stats->rx_throughput_raw = rtw89_bytes_to_mbps(stats->rx_unicast, interval); in rtw89_traffic_stats_calc()
9223 static inline u32 rtw89_bytes_to_mbps(u64 bytes, enum rtw89_tfc_interval interval) in rtw89_bytes_to_mbps() function