Home
last modified time | relevance | path

Searched refs:ieee80211_sta_rx_stats (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/mac80211/
Dsta_info.h412 struct ieee80211_sta_rx_stats { struct
539 struct ieee80211_sta_rx_stats __percpu *pcpu_rx_stats;
570 struct ieee80211_sta_rx_stats rx_stats;
Dsta_info.c317 alloc_percpu_gfp(struct ieee80211_sta_rx_stats, gfp); in sta_info_alloc()
2031 static struct ieee80211_sta_rx_stats *
2034 struct ieee80211_sta_rx_stats *stats = &sta->rx_stats; in sta_get_last_rx_stats()
2042 struct ieee80211_sta_rx_stats *cpustats; in sta_get_last_rx_stats()
2159 static inline u64 sta_get_stats_bytes(struct ieee80211_sta_rx_stats *rxstats) in sta_get_stats_bytes()
2179 struct ieee80211_sta_rx_stats *last_rxstats; in sta_set_sinfo()
2232 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo()
2246 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo()
2285 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo()
2458 struct ieee80211_sta_rx_stats *stats = sta_get_last_rx_stats(sta); in ieee80211_sta_last_active()
Drx.c4152 struct ieee80211_sta_rx_stats *stats = &sta->rx_stats; in ieee80211_invoke_fast_rx()