Searched refs:get_eth_phy_stats (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/net/ethtool/ |
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()
|
/linux-6.12.1/include/linux/ |
D | ethtool.h | 1082 void (*get_eth_phy_stats)(struct net_device *dev, member
|
/linux-6.12.1/net/dsa/ |
D | user.c | 1118 if (ds->ops->get_eth_phy_stats) in dsa_user_get_eth_phy_stats() 1119 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_user_get_eth_phy_stats() 2463 .get_eth_phy_stats = dsa_user_get_eth_phy_stats,
|
/linux-6.12.1/include/net/ |
D | dsa.h | 915 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_ethtool.c | 1222 .get_eth_phy_stats = sparx5_get_eth_phy_stats,
|
/linux-6.12.1/drivers/net/dsa/realtek/ |
D | rtl8365mb.c | 2131 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ethtool.c | 1275 .get_eth_phy_stats = mlxsw_sp_get_eth_phy_stats,
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix.c | 2242 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 2654 .get_eth_phy_stats = mlx5e_get_eth_phy_stats,
|
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 5356 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|