emac_stats
struct emac_stats emac_stats;
offsetof(struct emac_stats, rx_stat_falsecarriererrors));
offsetof(struct emac_stats, rx_stat_falsecarriererrors));
offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats);
struct emac_stats *st = &dev->stats;
.ndo_get_stats = emac_stats,
.ndo_get_stats = emac_stats,
#define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \
struct emac_stats stats;
struct emac_stats *stats = &adpt->stats;
struct emac_stats *stats = &adpt->stats;
struct emac_stats stats;
static void ethtool_aggregate_stats(void *aggr_stats, const void *emac_stats,
const u64 *s1 = emac_stats + stats_offset;