Home
last modified time | relevance | path

Searched refs:DEV_STATS_READ (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/
H A Dnetkit.c219 stats->tx_dropped = DEV_STATS_READ(dev, tx_dropped); in netkit_get_stats()
H A Dmacsec.c3731 s->rx_dropped = DEV_STATS_READ(dev, rx_dropped); in macsec_get_stats64()
3732 s->tx_dropped = DEV_STATS_READ(dev, tx_dropped); in macsec_get_stats64()
3733 s->rx_errors = DEV_STATS_READ(dev, rx_errors); in macsec_get_stats64()
/linux/drivers/net/ipvlan/
H A Dipvlan_main.c331 s->tx_errors = DEV_STATS_READ(dev, tx_errors); in ipvlan_get_stats64()
/linux/include/linux/
H A Dnetdevice.h5676 #define DEV_STATS_READ(DEV, FIELD) atomic_long_read(&(DEV)->stats.__##FIELD) macro