Searched refs:update_stats (Results 1 - 15 of 15) sorted by relevance

/drivers/net/wireless/orinoco/
H A Dmain.c799 goto update_stats;
806 goto update_stats;
838 update_stats:
860 goto update_stats;
870 goto update_stats;
879 goto update_stats;
892 goto update_stats;
908 goto update_stats;
925 goto update_stats;
956 update_stats
[all...]
/drivers/net/ethernet/3com/
H A D3c574_cs.c234 static void update_stats(struct net_device *dev);
814 update_stats(dev);
945 update_stats(dev);
955 static void update_stats(struct net_device *dev) function
1138 update_stats(dev);
H A D3c589_cs.c168 static void update_stats(struct net_device *dev);
622 update_stats(dev);
755 update_stats(dev);
769 static void update_stats(struct net_device *dev) function
901 update_stats(dev);
H A D3c509.c195 static void update_stats(struct net_device *dev);
931 update_stats(dev);
1005 update_stats(dev);
1015 static void update_stats(struct net_device *dev) function
1354 update_stats(dev);
H A D3c515.c378 static void update_stats(int addr, struct net_device *dev);
1213 update_stats(ioaddr, dev);
1450 update_stats(ioaddr, dev);
1478 update_stats(dev->base_addr, dev);
1491 static void update_stats(int ioaddr, struct net_device *dev) function
H A D3c59x.c775 static void update_stats(void __iomem *ioaddr, struct net_device *dev);
2008 update_stats(ioaddr, dev);
2687 update_stats(ioaddr, dev);
2806 update_stats(ioaddr, dev);
2819 static void update_stats(void __iomem *ioaddr, struct net_device *dev) function
2904 update_stats(ioaddr, dev);
/drivers/net/wireless/p54/
H A Dp54.h206 bool update_stats; member in struct:p54_common
H A Dmain.c288 priv->update_stats = true;
313 priv->update_stats = true;
H A Dtxrx.c557 if (dtotal && (priv->update_stats || dtime >= USEC_PER_SEC) &&
560 priv->update_stats = false;
/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1214 update_stats
1226 static void update_stats(unsigned int ioaddr, struct net_device *dev) function
1264 } /* update_stats */
1274 update_stats(dev->base_addr, dev);
/drivers/net/ethernet/sfc/
H A Dnet_driver.h890 * @update_stats: Update statistics not provided by event handling
936 void (*update_stats)(struct efx_nic *efx); member in struct:efx_nic_type
H A Dsiena.c641 .update_stats = siena_update_nic_stats,
H A Dfalcon.c1768 .update_stats = falcon_update_nic_stats,
1810 .update_stats = falcon_update_nic_stats,
H A Dethtool.c486 efx->type->update_stats(efx);
H A Defx.c1862 efx->type->update_stats(efx);

Completed in 920 milliseconds