Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/ibm/emac/
Dcore.h100 struct emac_stats { struct
164 #define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \
265 struct emac_stats stats;
Dcore.c1899 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function
1902 struct emac_stats *st = &dev->stats; in emac_stats()
2685 .ndo_get_stats = emac_stats,
2698 .ndo_get_stats = emac_stats,
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c340 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init()
342 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init()
355 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init()
357 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init()
745 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update()
Dbnx2x_hsi.h2274 struct emac_stats { struct
2673 struct emac_stats emac_stats; member