Searched refs:get_eth_phy_stats (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/net/ethtool/ |
D | stats.c | 125 dev->ethtool_ops->get_eth_phy_stats) in stats_prepare_data() 126 dev->ethtool_ops->get_eth_phy_stats(dev, &data->phy_stats); in stats_prepare_data()
|
/linux-6.1.9/include/linux/ |
D | ethtool.h | 748 void (*get_eth_phy_stats)(struct net_device *dev, member
|
/linux-6.1.9/drivers/net/dsa/realtek/ |
D | rtl8365mb.c | 2102 .get_eth_phy_stats = rtl8365mb_get_phy_stats, 2123 .get_eth_phy_stats = rtl8365mb_get_phy_stats,
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 1022 if (ds->ops->get_eth_phy_stats) in dsa_slave_get_eth_phy_stats() 1023 ds->ops->get_eth_phy_stats(ds, dp->index, phy_stats); in dsa_slave_get_eth_phy_stats() 2144 .get_eth_phy_stats = dsa_slave_get_eth_phy_stats,
|
/linux-6.1.9/include/net/ |
D | dsa.h | 916 void (*get_eth_phy_stats)(struct dsa_switch *ds, int port, member
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ethtool.c | 1260 .get_eth_phy_stats = mlxsw_sp_get_eth_phy_stats,
|
/linux-6.1.9/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_ethtool.c | 1226 .get_eth_phy_stats = sparx5_get_eth_phy_stats,
|
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | felix.c | 2047 .get_eth_phy_stats = felix_get_eth_phy_stats,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 2444 .get_eth_phy_stats = mlx5e_get_eth_phy_stats,
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ethtool.c | 4077 .get_eth_phy_stats = bnxt_get_eth_phy_stats,
|