Searched refs:emac_stats (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 91 struct emac_stats { struct 155 #define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \ 258 struct emac_stats stats;
|
H A D | core.c | 1969 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function 1972 struct emac_stats *st = &dev->stats; in emac_stats() 3011 .ndo_get_stats = emac_stats, 3023 .ndo_get_stats = emac_stats,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 90 struct emac_stats { struct 154 #define EMAC_ETHTOOL_STATS_COUNT ((sizeof(struct emac_stats) + \ 257 struct emac_stats stats;
|
H A D | core.c | 1971 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats() function 1974 struct emac_stats *st = &dev->stats; in emac_stats() 3012 .ndo_get_stats = emac_stats, 3024 .ndo_get_stats = emac_stats,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 212 struct emac_stats { struct 334 struct emac_stats stats;
|
H A D | emac.c | 304 struct emac_stats *stats = &adpt->stats; in emac_update_hw_stats() 339 struct emac_stats *stats = &adpt->stats; in emac_get_stats64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 212 struct emac_stats { struct 334 struct emac_stats stats;
|
H A D | emac.c | 303 struct emac_stats *stats = &adpt->stats; in emac_update_hw_stats() 338 struct emac_stats *stats = &adpt->stats; in emac_get_stats64()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 344 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init() 346 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init() 359 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init() 361 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init() 749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update()
|
H A D | bnx2x_hsi.h | 2399 struct emac_stats { struct 2798 struct emac_stats emac_stats; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 344 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init() 346 offsetof(struct emac_stats, rx_stat_falsecarriererrors)); in bnx2x_port_stats_init() 359 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init() 361 offsetof(struct emac_stats, tx_stat_ifhcoutoctets)); in bnx2x_port_stats_init() 749 struct emac_stats *new = bnx2x_sp(bp, mac_stats.emac_stats); in bnx2x_emac_stats_update()
|
H A D | bnx2x_hsi.h | 2399 struct emac_stats { struct 2798 struct emac_stats emac_stats; member
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | stats.c | 455 static void ethtool_aggregate_stats(void *aggr_stats, const void *emac_stats, in ethtool_aggregate_stats() argument 460 const u64 *s1 = emac_stats + stats_offset; in ethtool_aggregate_stats()
|
Completed in 50 milliseconds