Searched refs:pcpu_dstats (Results 1 – 2 of 2) sorted by relevance
2125 struct pcpu_dstats __percpu *dstats;2944 struct pcpu_dstats { struct2997 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_add()3007 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_rx_dropped()3017 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_add()3027 struct pcpu_dstats *dstats = this_cpu_ptr(dev->dstats); in dev_dstats_tx_dropped()
10842 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats); in netdev_do_alloc_pcpu_stats()11319 const struct pcpu_dstats __percpu *dstats) in dev_fetch_dstats()11326 const struct pcpu_dstats *stats; in dev_fetch_dstats()11436 offsetof(struct pcpu_dstats, rx_bytes)); in dev_get_stats()11438 offsetof(struct pcpu_dstats, rx_packets)); in dev_get_stats()11440 offsetof(struct pcpu_dstats, tx_bytes)); in dev_get_stats()11442 offsetof(struct pcpu_dstats, tx_packets)); in dev_get_stats()