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

12345678

/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h127 #define MLX4_FIND_NETDEV_STAT(n) (offsetof(struct net_device_stats, n) / \
128 sizeof(((struct net_device_stats *)0)->n))
/linux-master/drivers/net/can/
H A Dvcan.c74 struct net_device_stats *stats = &dev->stats;
88 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.h55 struct net_device_stats stats;
/linux-master/include/linux/
H A Dscc.h53 struct net_device_stats dev_stat;/* device statistics */
H A Dif_fddi.h31 struct net_device_stats gen;
/linux-master/drivers/net/ethernet/8390/
H A D8390.c27 struct net_device_stats *ei_get_stats(struct net_device *dev)
H A D8390p.c32 struct net_device_stats *eip_get_stats(struct net_device *dev)
H A D8390.h42 struct net_device_stats *ei_get_stats(struct net_device *dev);
60 struct net_device_stats *eip_get_stats(struct net_device *dev);
/linux-master/net/netrom/
H A Dnr_dev.c42 struct net_device_stats *stats = &dev->stats;
141 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/can/dev/
H A Drx-offload.c48 struct net_device_stats *stats = &dev->stats;
249 struct net_device_stats *stats = &dev->stats;
289 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_uart.c53 struct net_device_stats *n_stats = &netdev->stats;
115 struct net_device_stats *n_stats = &qca->net_dev->stats;
186 struct net_device_stats *n_stats = &dev->stats;
/linux-master/drivers/staging/rtl8712/
H A Ddrv_types.h156 struct net_device_stats stats;
/linux-master/drivers/net/ethernet/arc/
H A Demac_main.c113 struct net_device_stats *stats = &ndev->stats;
181 struct net_device_stats *stats = &ndev->stats;
275 struct net_device_stats *stats = &ndev->stats;
356 struct net_device_stats *stats = &ndev->stats;
641 static struct net_device_stats *arc_emac_stats(struct net_device *ndev)
644 struct net_device_stats *stats = &ndev->stats;
680 struct net_device_stats *stats = &ndev->stats;
793 struct net_device_stats *stats = &ndev->stats;
/linux-master/net/rose/
H A Drose_dev.c99 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c254 struct net_device_stats *stats = &priv->ndev->stats;
342 struct net_device_stats *stats = &ndev->stats;
421 struct net_device_stats *stats = &priv->ndev->stats;
645 struct net_device_stats *stats = &ndev->stats;
/linux-master/drivers/s390/net/
H A Dctcm_main.h204 struct net_device_stats stats;
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c121 struct net_device_stats *net_stats = &dev->stats;
/linux-master/drivers/net/can/esd/
H A Desdacc.c404 struct net_device_stats *stats = &core->netdev->stats;
464 struct net_device_stats *stats = &core->netdev->stats;
494 struct net_device_stats *stats = &core->netdev->stats;
523 struct net_device_stats *stats = &core->netdev->stats;
/linux-master/drivers/net/ethernet/natsemi/
H A Dsonic.h326 struct net_device_stats stats;
339 static struct net_device_stats *sonic_get_stats(struct net_device *dev);
/linux-master/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c21 struct net_device_stats *stats;
142 struct net_device_stats *stats;
/linux-master/drivers/net/ipa/
H A Dipa_modem.c127 struct net_device_stats *stats = &netdev->stats;
203 struct net_device_stats *stats = &netdev->stats;
/linux-master/drivers/net/can/mscan/
H A Dmscan.c338 struct net_device_stats *stats = &dev->stats;
384 struct net_device_stats *stats = &dev->stats;
432 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/can/sja1000/
H A Dsja1000.c341 struct net_device_stats *stats = &dev->stats;
409 struct net_device_stats *stats = &dev->stats;
528 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/ethernet/cirrus/
H A Dmac89x0.c121 static struct net_device_stats *net_get_stats(struct net_device *dev);
502 static struct net_device_stats *
/linux-master/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_tx.c128 struct net_device_stats *stats;

Completed in 262 milliseconds

12345678