Searched refs:update_stats (Results 1 – 12 of 12) sorted by relevance
/drivers/net/pcmcia/ |
D | 3c589_cs.c | 154 static void update_stats(struct net_device *dev); 678 update_stats(dev); in el3_interrupt() 811 update_stats(dev); in el3_get_stats() 825 static void update_stats(struct net_device *dev) in update_stats() function 950 update_stats(dev); in el3_close()
|
D | 3c574_cs.c | 244 static void update_stats(struct net_device *dev); 854 update_stats(dev); in el3_interrupt() 984 update_stats(dev); in el3_get_stats() 994 static void update_stats(struct net_device *dev) in update_stats() function 1179 update_stats(dev); in el3_close()
|
D | nmclan_cs.c | 1304 static void update_stats(unsigned int ioaddr, struct net_device *dev) in update_stats() function 1354 update_stats(dev->base_addr, dev); in mace_get_stats()
|
/drivers/net/ |
D | 3c509.c | 196 static void update_stats(struct net_device *dev); 924 update_stats(dev); in el3_interrupt() 998 update_stats(dev); in el3_get_stats() 1008 static void update_stats(struct net_device *dev) in update_stats() function 1346 update_stats(dev); in el3_down()
|
D | 3c515.c | 379 static void update_stats(int addr, struct net_device *dev); 1207 update_stats(ioaddr, dev); in corkscrew_interrupt() 1446 update_stats(ioaddr, dev); in corkscrew_close() 1474 update_stats(dev->base_addr, dev); in corkscrew_get_stats() 1487 static void update_stats(int ioaddr, struct net_device *dev) in update_stats() function
|
D | 3c59x.c | 723 static void update_stats(void __iomem *ioaddr, struct net_device *dev); 1954 update_stats(ioaddr, dev); in vortex_error() 2609 update_stats(ioaddr, dev); in vortex_down() 2727 update_stats(ioaddr, dev); in vortex_get_stats() 2740 static void update_stats(void __iomem *ioaddr, struct net_device *dev) in update_stats() function 2853 update_stats(ioaddr, dev); in vortex_get_ethtool_stats()
|
/drivers/net/wireless/ |
D | netwave_cs.c | 214 static void update_stats(struct net_device *dev); 1203 update_stats(dev); in netwave_get_stats() 1222 static void update_stats(struct net_device *dev) { in update_stats() function
|
/drivers/net/sfc/ |
D | falcon_gmac.c | 226 .update_stats = falcon_update_stats_gmac,
|
D | falcon_xmac.c | 373 .update_stats = falcon_update_stats_xmac,
|
D | net_driver.h | 554 void (*update_stats) (struct efx_nic *efx); member
|
D | efx.c | 1392 efx->mac_op->update_stats(efx); in efx_net_stats() 1583 efx->mac_op->update_stats(efx); in efx_register_netdev()
|
/drivers/net/wireless/orinoco/ |
D | orinoco.c | 1306 goto update_stats; in orinoco_rx_monitor() 1313 goto update_stats; in orinoco_rx_monitor() 1345 update_stats: in orinoco_rx_monitor() 1386 goto update_stats; in __orinoco_ev_rx() 1396 goto update_stats; in __orinoco_ev_rx() 1405 goto update_stats; in __orinoco_ev_rx() 1418 goto update_stats; in __orinoco_ev_rx() 1434 goto update_stats; in __orinoco_ev_rx() 1451 goto update_stats; in __orinoco_ev_rx() 1484 update_stats: in __orinoco_ev_rx()
|