Home
last modified time | relevance | path

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

/drivers/net/wireless/orinoco/
Dmain.c799 goto update_stats; in orinoco_rx_monitor()
806 goto update_stats; in orinoco_rx_monitor()
838 update_stats: in orinoco_rx_monitor()
857 goto update_stats; in __orinoco_ev_rx()
866 goto update_stats; in __orinoco_ev_rx()
875 goto update_stats; in __orinoco_ev_rx()
888 goto update_stats; in __orinoco_ev_rx()
904 goto update_stats; in __orinoco_ev_rx()
921 goto update_stats; in __orinoco_ev_rx()
952 update_stats: in __orinoco_ev_rx()
/drivers/net/ethernet/3com/
D3c589_cs.c168 static void update_stats(struct net_device *dev);
622 update_stats(dev); in el3_interrupt()
755 update_stats(dev); in el3_get_stats()
769 static void update_stats(struct net_device *dev) in update_stats() function
901 update_stats(dev); in el3_close()
D3c574_cs.c234 static void update_stats(struct net_device *dev);
814 update_stats(dev); in el3_interrupt()
945 update_stats(dev); in el3_get_stats()
955 static void update_stats(struct net_device *dev) in update_stats() function
1138 update_stats(dev); in el3_close()
D3c509.c194 static void update_stats(struct net_device *dev);
824 update_stats(dev); in el3_interrupt()
898 update_stats(dev); in el3_get_stats()
908 static void update_stats(struct net_device *dev) in update_stats() function
1247 update_stats(dev); in el3_down()
D3c515.c378 static void update_stats(int addr, struct net_device *dev);
1213 update_stats(ioaddr, dev); in corkscrew_interrupt()
1450 update_stats(ioaddr, dev); in corkscrew_close()
1478 update_stats(dev->base_addr, dev); in corkscrew_get_stats()
1491 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
D3c59x.c774 static void update_stats(void __iomem *ioaddr, struct net_device *dev);
2006 update_stats(ioaddr, dev); in vortex_error()
2685 update_stats(ioaddr, dev); in vortex_down()
2804 update_stats(ioaddr, dev); in vortex_get_stats()
2817 static void update_stats(void __iomem *ioaddr, struct net_device *dev) in update_stats() function
2902 update_stats(ioaddr, dev); in vortex_get_ethtool_stats()
/drivers/net/wireless/p54/
Dp54.h207 bool update_stats; member
Dmain.c289 priv->update_stats = true; in p54_wait_for_stats()
314 priv->update_stats = true; in p54_reset_stats()
Dtxrx.c561 if (dtotal && (priv->update_stats || dtime >= USEC_PER_SEC) && in p54_rx_stats()
564 priv->update_stats = false; in p54_rx_stats()
/drivers/net/ethernet/amd/
Dnmclan_cs.c1226 static void update_stats(unsigned int ioaddr, struct net_device *dev) in update_stats() function
1274 update_stats(dev->base_addr, dev); in mace_get_stats()
/drivers/net/ethernet/sfc/
Dnet_driver.h989 void (*update_stats)(struct efx_nic *efx); member
Dsiena.c698 .update_stats = siena_update_nic_stats,
Dfalcon.c1795 .update_stats = falcon_update_nic_stats,
1839 .update_stats = falcon_update_nic_stats,
Dethtool.c488 efx->type->update_stats(efx); in efx_ethtool_get_stats()
Defx.c1948 efx->type->update_stats(efx); in efx_net_stats()