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

12345678

/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.c72 static struct net_device_stats *get_stats (struct net_device *dev);
1067 static struct net_device_stats *
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c855 static struct net_device_stats *amd8111e_get_stats(struct net_device *dev)
860 struct net_device_stats *new_stats = &dev->stats;
H A Dariadne.c621 static struct net_device_stats *ariadne_get_stats(struct net_device *dev)
/linux-master/drivers/net/wan/
H A Dwanxl.c465 static struct net_device_stats *wanxl_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c619 struct net_device_stats *net_stats)
/linux-master/drivers/net/ethernet/neterion/
H A Ds2io.h875 struct net_device_stats stats;
/linux-master/drivers/net/ethernet/seeq/
H A Dether3.c655 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/
H A Dsb1000.c752 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dos_intfs.c293 static struct net_device_stats *rtw_net_get_stats(struct net_device *pnetdev)
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb.c777 struct net_device_stats *stats = &netdev->stats;
H A Dpcan_usb_core.c357 struct net_device_stats *stats = &netdev->stats;
/linux-master/drivers/net/ethernet/natsemi/
H A Dsonic.c639 static struct net_device_stats *sonic_get_stats(struct net_device *dev)
/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c447 struct net_device_stats *stats = &midev->ndev->stats;
/linux-master/drivers/net/ethernet/8390/
H A Dlib8390.c856 static struct net_device_stats *__ei_get_stats(struct net_device *dev)
/linux-master/drivers/net/can/
H A Dbxcan.c434 struct net_device_stats *stats = &ndev->stats;
H A Dti_hecc.c671 struct net_device_stats *stats = &ndev->stats;
/linux-master/drivers/net/ethernet/renesas/
H A Dravb.h1100 struct net_device_stats stats[NUM_RX_QUEUE];
/linux-master/drivers/staging/gdm724x/
H A Dgdm_lte.c495 static struct net_device_stats *gdm_lte_stats(struct net_device *dev)
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_tx.c527 struct net_device_stats *stats = &ieee->stats;
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c641 static struct net_device_stats *mac_stats(struct net_device *dev)
/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/marvell/
H A Dmv643xx_eth.c509 struct net_device_stats *stats = &mp->dev->stats;
1252 static struct net_device_stats *mv643xx_eth_get_stats(struct net_device *dev)
1255 struct net_device_stats *stats = &dev->stats;
1432 { #m, sizeof_field(struct net_device_stats, m), \
/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/slip/
H A Dslip.c577 struct net_device_stats *devstats = &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);

Completed in 411 milliseconds

12345678