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

12345678

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c1120 struct net_device_stats *nstats = &bp->dev->stats;
1663 struct net_device_stats *nstats = &bp->dev->stats;
1689 /* save net_device_stats statistics */
/linux-master/drivers/net/ethernet/adaptec/
H A Dstarfire.c581 static struct net_device_stats *get_stats(struct net_device *dev);
1718 static struct net_device_stats *get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/ti/
H A Dtlan.c159 static struct net_device_stats *tlan_get_stats(struct net_device *);
1208 static struct net_device_stats *tlan_get_stats(struct net_device *dev)
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c52 static struct net_device_stats *ks_wlan_get_stats(struct net_device *dev);
2480 struct net_device_stats *ks_wlan_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/toshiba/
H A Dtc35815.c484 static struct net_device_stats *tc35815_get_stats(struct net_device *dev);
1848 static struct net_device_stats *tc35815_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c965 struct net_device_stats *stats = &hp->dev->stats;
2074 static struct net_device_stats *happy_meal_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);
H A Dcassini.h2781 struct net_device_stats net_stats[N_TX_RINGS + 1];
/linux-master/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1535 static struct net_device_stats *atl1c_get_stats(struct net_device *netdev)
1539 struct net_device_stats *net_stats = &netdev->stats;
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1155 static struct net_device_stats *atl1e_get_stats(struct net_device *netdev)
1159 struct net_device_stats *net_stats = &netdev->stats;
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.c1251 #define DEV_STAT(m) sizeof(((struct net_device_stats *)0)->m), \
1252 offsetof(struct net_device_stats, m)
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c904 static struct net_device_stats *cxgb4vf_get_stats(struct net_device *dev)
909 struct net_device_stats *ns = &dev->stats;
/linux-master/drivers/net/ethernet/dlink/
H A Dsundance.c441 static struct net_device_stats *get_stats(struct net_device *dev);
1510 static struct net_device_stats *get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/silan/
H A Dsc92031.c906 static struct net_device_stats *sc92031_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/rdc/
H A Dr6040.c437 static struct net_device_stats *r6040_get_stats(struct net_device *dev)
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c897 struct net_device_stats *stats = &dev->stats;
/linux-master/drivers/net/ethernet/actions/
H A Dowl-emac.c1210 static struct net_device_stats *
/linux-master/drivers/net/ethernet/sgi/
H A Dioc3-eth.c288 static struct net_device_stats *ioc3_get_stats(struct net_device *dev)
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1220 struct net_device_stats stats;
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c3071 static struct net_device_stats *gem_get_stats(struct macb *bp)
3074 struct net_device_stats *nstat = &bp->dev->stats;
3160 static struct net_device_stats *macb_get_stats(struct net_device *dev)
3163 struct net_device_stats *nstat = &bp->dev->stats;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_main.c70 static struct net_device_stats *qlcnic_get_stats(struct net_device *netdev);
3040 static struct net_device_stats *qlcnic_get_stats(struct net_device *netdev)
3043 struct net_device_stats *stats = &netdev->stats;
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c983 .stat_sizeof = sizeof(((struct net_device_stats *)0)->m), \
984 .stat_offset = offsetof(struct net_device_stats, m), \
3657 static struct net_device_stats *bcmgenet_get_stats(struct net_device *dev)
/linux-master/drivers/net/ethernet/agere/
H A Det131x.c2638 struct net_device_stats *stats = &adapter->netdev->stats;
3569 static struct net_device_stats *et131x_stats(struct net_device *netdev)
3572 struct net_device_stats *stats = &adapter->netdev->stats;
/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;
/linux-master/drivers/net/fddi/
H A Ddefza.c1266 static struct net_device_stats *fza_get_stats(struct net_device *dev)

Completed in 756 milliseconds

12345678