Searched refs:net_device_stats (Results 1 - 25 of 183) sorted by last modified time

12345678

/linux-master/net/core/
H A Ddev.c10705 /* Convert net_device_stats to rtnl_link_stats64. rtnl_link_stats64 has
10706 * all the same fields in the same order as net_device_stats, with only
10711 const struct net_device_stats *netdev_stats)
/linux-master/net/batman-adv/
H A Dsoft-interface.c112 static struct net_device_stats *batadv_interface_stats(struct net_device *dev)
115 struct net_device_stats *stats = &dev->stats;
/linux-master/include/linux/
H A Dnetdevice.h188 struct net_device_stats { struct
1094 * struct net_device_stats* (*ndo_get_stats)(struct net_device *dev);
1099 * 2. Define @ndo_get_stats to update a net_device_stats structure
1400 struct net_device_stats* (*ndo_get_stats)(struct net_device *dev);
2157 struct net_device_stats stats; /* not used by modern drivers */
4689 const struct net_device_stats *netdev_stats);
/linux-master/drivers/s390/net/
H A Dctcm_main.c1010 static struct net_device_stats *ctcm_stats(struct net_device *dev)
/linux-master/drivers/net/xen-netback/
H A Dinterface.c271 static struct net_device_stats *xenvif_get_stats(struct net_device *dev)
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c641 static struct net_device_stats *mac_stats(struct net_device *dev)
H A Dnetdev.h183 struct net_device_stats netstats;
/linux-master/drivers/net/usb/
H A Dr8152.c1910 struct net_device_stats *stats;
2241 struct net_device_stats *stats;
2403 struct net_device_stats *stats = &tp->netdev->stats;
2533 struct net_device_stats *stats = &netdev->stats;
2587 struct net_device_stats *stats = &netdev->stats;
2736 struct net_device_stats *stats = &netdev->stats;
2829 struct net_device_stats *stats = &tp->netdev->stats;
H A Dlan78xx.c3859 struct net_device_stats *stats = &dev->net->stats;
/linux-master/drivers/net/slip/
H A Dslip.c577 struct net_device_stats *devstats = &dev->stats;
/linux-master/drivers/net/ipa/
H A Dipa_modem.c125 struct net_device_stats *stats = &netdev->stats;
201 struct net_device_stats *stats = &netdev->stats;
/linux-master/drivers/net/fddi/
H A Ddefxx.c282 static struct net_device_stats *dfx_ctl_get_stats(struct net_device *dev);
2075 static struct net_device_stats *dfx_ctl_get_stats(struct net_device *dev)
2098 return (struct net_device_stats *)&bp->stats;
2199 return (struct net_device_stats *)&bp->stats;
2215 return (struct net_device_stats *)&bp->stats;
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c1915 struct net_device_stats *stats = &vptr->netdev->stats;
2049 struct net_device_stats *stats = &vptr->netdev->stats;
2109 struct net_device_stats *stats = &vptr->netdev->stats;
2465 static struct net_device_stats *velocity_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/sun/
H A Dsungem.c2384 static struct net_device_stats *gem_get_stats(struct net_device *dev)
H A Dcassini.c4353 static struct net_device_stats *cas_get_stats(struct net_device *dev)
4356 struct net_device_stats *stats = cp->net_stats;
4417 memset(stats + i, 0, sizeof(struct net_device_stats));
4678 struct net_device_stats *stats = cas_get_stats(cp->dev);
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c345 static struct net_device_stats *sh_eth_get_stats(struct net_device *ndev);
2559 static struct net_device_stats *sh_eth_get_stats(struct net_device *ndev)
H A Dravb_main.c216 struct net_device_stats *stats = &priv->stats[q];
766 struct net_device_stats *stats;
894 struct net_device_stats *stats = &priv->stats[q];
1591 struct net_device_stats *stats = &priv->stats[q];
2197 static struct net_device_stats *ravb_get_stats(struct net_device *ndev)
2201 struct net_device_stats *nstats, *stats0, *stats1;
/linux-master/drivers/net/ethernet/realtek/
H A D8139cp.c943 static struct net_device_stats *cp_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.c3464 memset(&sp->stats, 0, sizeof(struct net_device_stats));
4792 * pointer to the updated net_device_stats structure.
4794 static struct net_device_stats *s2io_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/natsemi/
H A Dnatsemi.c637 static struct net_device_stats *get_stats(struct net_device *dev);
2466 static struct net_device_stats *get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_packet.c227 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c5125 memset(&dev->stats, 0, sizeof(struct net_device_stats));
5213 static struct net_device_stats *netdev_query_statistics(struct net_device *dev)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1589 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c459 static struct net_device_stats *skge_get_stats(struct net_device *dev)
H A Dpxa168_eth.c767 struct net_device_stats *stats = &dev->stats;
1254 struct net_device_stats *stats = &dev->stats;

Completed in 492 milliseconds

12345678