Searched refs:net_device_stats (Results 176 - 183 of 183) sorted by relevance

12345678

/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/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/freescale/
H A Dgianfar.c2261 struct net_device_stats *stats = &ndev->stats;
/linux-master/drivers/net/ethernet/intel/
H A De100.c1603 struct net_device_stats *ns = &dev->stats;
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c459 static struct net_device_stats *skge_get_stats(struct net_device *dev)
/linux-master/drivers/net/usb/
H A Dlan78xx.c3859 struct net_device_stats *stats = &dev->net->stats;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1589 struct net_device_stats *stats = &dev->stats;
/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)

Completed in 333 milliseconds

12345678