Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dsta_info.c2520 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_tidstats() local
2522 cpurxs = per_cpu_ptr(sta->deflink.pcpu_rx_stats, in sta_set_tidstats()
2525 sta_get_tidstats_msdu(cpurxs, tid); in sta_set_tidstats()
2635 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local
2637 cpurxs = per_cpu_ptr(sta->deflink.pcpu_rx_stats, in sta_set_sinfo()
2639 sinfo->rx_bytes += sta_get_stats_bytes(cpurxs); in sta_set_sinfo()
2650 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local
2652 cpurxs = per_cpu_ptr(sta->deflink.pcpu_rx_stats, in sta_set_sinfo()
2654 sinfo->rx_packets += cpurxs->packets; in sta_set_sinfo()
2690 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local
[all …]