Searched refs:pcpu_dstats (Results 1 – 3 of 3) sorted by relevance
2151 struct pcpu_dstats __percpu *dstats;2974 struct pcpu_dstats { struct3027 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_add()3037 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped()3047 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped_add()3057 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_add()3067 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_dropped()
11249 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats); in netdev_do_alloc_pcpu_stats()11725 const struct pcpu_dstats __percpu *dstats) in dev_fetch_dstats()11732 const struct pcpu_dstats *stats; in dev_fetch_dstats()11842 offsetof(struct pcpu_dstats, rx_bytes)); in dev_get_stats()11844 offsetof(struct pcpu_dstats, rx_packets)); in dev_get_stats()11846 offsetof(struct pcpu_dstats, tx_bytes)); in dev_get_stats()11848 offsetof(struct pcpu_dstats, tx_packets)); in dev_get_stats()
1211 const struct pcpu_dstats *stats; in emac_get_stat_tx_drops()