Searched refs:ieee80211_sta_rx_stats (Results 1 – 3 of 3) sorted by relevance
425 struct ieee80211_sta_rx_stats { struct583 struct ieee80211_sta_rx_stats __percpu *pcpu_rx_stats;614 struct ieee80211_sta_rx_stats rx_stats;
350 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()2087 static struct ieee80211_sta_rx_stats *2090 struct ieee80211_sta_rx_stats *stats = &sta->rx_stats; in sta_get_last_rx_stats()2097 struct ieee80211_sta_rx_stats *cpustats; in sta_get_last_rx_stats()2171 static inline u64 sta_get_tidstats_msdu(struct ieee80211_sta_rx_stats *rxstats, in sta_get_tidstats_msdu()2197 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_tidstats()2238 static inline u64 sta_get_stats_bytes(struct ieee80211_sta_rx_stats *rxstats) in sta_get_stats_bytes()2258 struct ieee80211_sta_rx_stats *last_rxstats; in sta_set_sinfo()2310 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo()2324 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo()[all …]
4374 struct ieee80211_sta_rx_stats *stats = &sta->rx_stats; in ieee80211_invoke_fast_rx()