Searched refs:cpurxs (Results 1 – 1 of 1) sorted by relevance
2153 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2155 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2156 sinfo->rx_bytes += sta_get_stats_bytes(cpurxs); in sta_set_sinfo()2167 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2169 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2170 sinfo->rx_packets += cpurxs->packets; in sta_set_sinfo()2189 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2191 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2192 sinfo->rx_dropped_misc += cpurxs->dropped; in sta_set_sinfo()