Searched refs:get_ethtool_stats (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | ethtool.h | 347 void (*get_ethtool_stats)(struct net_device *, struct ethtool_stats *, u64 *); member
|
/linux-2.4.37.9/net/core/ |
D | ethtool.c | 629 if (!ops->get_ethtool_stats || !ops->get_stats_count) in ethtool_get_stats() 640 ops->get_ethtool_stats(dev, &stats, data); in ethtool_get_stats()
|
/linux-2.4.37.9/drivers/net/ |
D | 8139cp.c | 1545 .get_ethtool_stats = cp_get_ethtool_stats,
|
D | 8139too.c | 2379 .get_ethtool_stats = rtl8139_get_ethtool_stats,
|
D | skge.c | 693 .get_ethtool_stats = skge_get_ethtool_stats,
|
D | sky2.c | 2962 .get_ethtool_stats = sky2_get_ethtool_stats,
|
D | tg3.c | 7342 .get_ethtool_stats = tg3_get_ethtool_stats,
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | e1000_ethtool.c | 1968 .get_ethtool_stats = e1000_get_ethtool_stats,
|