Home
last modified time | relevance | path

Searched refs:dstats (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst145 struct pcpu_dstats__percpu* dstats
/linux/net/core/
H A Ddev.c11236 v = dev->dstats = netdev_alloc_pcpu_stats(struct pcpu_dstats); in netdev_do_alloc_pcpu_stats()
11257 free_percpu(dev->dstats); in netdev_do_free_pcpu_stats()
11712 const struct pcpu_dstats __percpu *dstats) in dev_fetch_dstats() argument
11722 stats = per_cpu_ptr(dstats, cpu); in dev_fetch_dstats()
11751 dev_fetch_dstats(s, dev->dstats); in dev_get_dstats64()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1217 stats = per_cpu_ptr(priv->ndev->dstats, cpu); in emac_get_stat_tx_drops()