Searched refs:pcpu_dstats (Results 1 – 3 of 3) sorted by relevance
2153 struct pcpu_dstats __percpu *dstats;2977 struct pcpu_dstats { struct3030 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_add()3040 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped()3050 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped_add()3060 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_add()3070 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_dropped()
11264 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats); in netdev_do_alloc_pcpu_stats()11743 const struct pcpu_dstats __percpu *dstats) in dev_fetch_dstats()11750 const struct pcpu_dstats *stats; in dev_fetch_dstats()11860 offsetof(struct pcpu_dstats, rx_bytes)); in dev_get_stats()11862 offsetof(struct pcpu_dstats, rx_packets)); in dev_get_stats()11864 offsetof(struct pcpu_dstats, tx_bytes)); in dev_get_stats()11866 offsetof(struct pcpu_dstats, tx_packets)); in dev_get_stats()
1166 const struct pcpu_dstats *stats; in emac_get_stat_tx_drops()