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

/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.h90 struct emac_stats { struct
154 #define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \
257 struct emac_stats stats;
H A Dcore.c1971 static struct net_device_stats *emac_stats(struct net_device *ndev) function
1974 struct emac_stats *st = &dev->stats;
3012 .ndo_get_stats = emac_stats,
3024 .ndo_get_stats = emac_stats,
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac.h212 struct emac_stats { struct
334 struct emac_stats stats;
H A Demac.c303 struct emac_stats *stats = &adpt->stats;
338 struct emac_stats *stats = &adpt->stats;
/linux-master/net/ethtool/
H A Dstats.c455 static void ethtool_aggregate_stats(void *aggr_stats, const void *emac_stats, argument
460 const u64 *s1 = emac_stats + stats_offset;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_stats.c344 offsetof(struct emac_stats, rx_stat_falsecarriererrors));
346 offsetof(struct emac_stats, rx_stat_falsecarriererrors));
359 offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
361 offsetof(struct emac_stats, tx_stat_ifhcoutoctets));
749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats);
H A Dbnx2x_hsi.h2399 struct emac_stats { struct
2798 struct emac_stats emac_stats; member in union:mac_stats

Completed in 197 milliseconds