Searched refs:cpurxs (Results 1 – 1 of 1) sorted by relevance
2232 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2234 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2235 sinfo->rx_bytes += sta_get_stats_bytes(cpurxs); in sta_set_sinfo()2246 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2248 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2249 sinfo->rx_packets += cpurxs->packets; in sta_set_sinfo()2285 struct ieee80211_sta_rx_stats *cpurxs; in sta_set_sinfo() local2287 cpurxs = per_cpu_ptr(sta->pcpu_rx_stats, cpu); in sta_set_sinfo()2288 sinfo->rx_dropped_misc += cpurxs->dropped; in sta_set_sinfo()