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));
2649 static inline u64 sta_get_stats_bytes(struct ieee80211_sta_rx_stats *rxstats)
2655 start = u64_stats_fetch_begin(&rxstats->syncp);
2656 value = rxstats->bytes;
2657 } while (u64_stats_fetch_retry(&rxstats->syncp, start));
2878 /* for the average - if pcpu_rx_stats isn't set - rxstats must point to
3102 /* for the average - if pcpu_rx_stats isn't set - rxstats must point to