Lines Matching defs:rxstats
2572 static inline u64 sta_get_tidstats_msdu(struct ieee80211_sta_rx_stats *rxstats,
2579 start = u64_stats_fetch_begin(&rxstats->syncp);
2580 value = rxstats->msdu[tid];
2581 } while (u64_stats_fetch_retry(&rxstats->syncp, start));
2651 static inline u64 sta_get_stats_bytes(struct ieee80211_sta_rx_stats *rxstats)
2657 start = u64_stats_fetch_begin(&rxstats->syncp);
2658 value = rxstats->bytes;
2659 } while (u64_stats_fetch_retry(&rxstats->syncp, start));
2880 /* for the average - if pcpu_rx_stats isn't set - rxstats must point to
3104 /* for the average - if pcpu_rx_stats isn't set - rxstats must point to