Searched refs:get_eth_phy_stats (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | stats.c | 149 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data() 150 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data() 500 ops->get_eth_phy_stats(dev, &emac); in ethtool_aggregate_phy_stats() 501 ops->get_eth_phy_stats(dev, &pmac); in ethtool_aggregate_phy_stats()
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | 896 void (*get_eth_phy_stats)(struct net_device *dev, member
|
/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8365mb.c | 2130 .get_eth_phy_stats = rtl8365mb_get_phy_stats, 2153 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
/openbmc/linux/net/dsa/ |
H A D | slave.c | 1131 if (ds->ops->get_eth_phy_stats) in dsa_slave_get_eth_phy_stats() 1132 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_slave_get_eth_phy_stats() 2370 .get_eth_phy_stats = dsa_slave_get_eth_phy_stats,
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 906 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_ethtool.c | 1226 .get_eth_phy_stats = sparx5_get_eth_phy_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ethtool.c | 1260 .get_eth_phy_stats = mlxsw_sp_get_eth_phy_stats,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 2112 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 2461 .get_eth_phy_stats = mlx5e_get_eth_phy_stats,
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 4188 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|