Searched refs:get_eth_phy_stats (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/net/ethtool/ |
| H A D | stats.c | 178 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data() 179 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data() 555 ops->get_eth_phy_stats(dev, &emac); in ethtool_aggregate_phy_stats() 556 ops->get_eth_phy_stats(dev, &pmac); in ethtool_aggregate_phy_stats()
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 1134 void (*get_eth_phy_stats)(struct net_device *dev, member
|
| /linux-6.15/net/dsa/ |
| H A D | user.c | 1116 if (ds->ops->get_eth_phy_stats) in dsa_user_get_eth_phy_stats() 1117 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_user_get_eth_phy_stats() 2519 .get_eth_phy_stats = dsa_user_get_eth_phy_stats,
|
| /linux-6.15/include/net/ |
| H A D | dsa.h | 900 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_ethtool.c | 1222 .get_eth_phy_stats = sparx5_get_eth_phy_stats,
|
| /linux-6.15/drivers/net/dsa/realtek/ |
| H A D | rtl8365mb.c | 2131 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ethtool.c | 1277 .get_eth_phy_stats = mlxsw_sp_get_eth_phy_stats,
|
| /linux-6.15/drivers/net/dsa/ocelot/ |
| H A D | felix.c | 2251 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 2673 .get_eth_phy_stats = mlx5e_get_eth_phy_stats,
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 3932 .get_eth_phy_stats = macb_get_eth_phy_stats, 3954 .get_eth_phy_stats = gem_get_eth_phy_stats,
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_ethtool.c | 5549 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|