Searched refs:pcpu_dstats (Results 1 – 2 of 2) sorted by relevance
2097 struct pcpu_dstats __percpu *dstats;2910 struct pcpu_dstats { struct2963 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_add()2973 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped()2983 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_add()2993 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_dropped()
10789 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats); in netdev_do_alloc_pcpu_stats()11263 const struct pcpu_dstats __percpu *dstats) in dev_fetch_dstats()11270 const struct pcpu_dstats *stats; in dev_fetch_dstats()11380 offsetof(struct pcpu_dstats, rx_bytes)); in dev_get_stats()11382 offsetof(struct pcpu_dstats, rx_packets)); in dev_get_stats()11384 offsetof(struct pcpu_dstats, tx_bytes)); in dev_get_stats()11386 offsetof(struct pcpu_dstats, tx_packets)); in dev_get_stats()