Searched refs:emac_stats (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.h101 struct emac_stats { struct
165 #define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \
266 struct emac_stats stats;
H A Dcore.c1827 static struct net_device_stats *emac_stats(struct net_device *ndev) function
1830 struct emac_stats *st = &dev->stats;
2641 .ndo_get_stats = emac_stats,
2654 .ndo_get_stats = emac_stats,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_stats.c419 offsetof(struct emac_stats, rx_stat_falsecarriererrors));
421 offsetof(struct emac_stats, rx_stat_falsecarriererrors));
434 offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
436 offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
610 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats);
H A Dbnx2x_hsi.h929 struct emac_stats { struct
1087 struct emac_stats emac_stats; member in union:mac_stats

Completed in 71 milliseconds