Home
last modified time | relevance | path

Searched refs:phydev_stats (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dphylib_stubs.h27 struct ethtool_phy_stats *phydev_stats);
63 struct ethtool_phy_stats *phydev_stats) in phy_ethtool_get_phy_stats() argument
70 phylib_stubs->get_phy_stats(phydev, phy_stats, phydev_stats); in phy_ethtool_get_phy_stats()
101 struct ethtool_phy_stats *phydev_stats) in phy_ethtool_get_phy_stats() argument
H A Dphy.h2086 struct ethtool_phy_stats *phydev_stats);
/linux-6.15/net/ethtool/
H A Dstats.c26 struct ethtool_phy_stats phydev_stats;
174 &data->phydev_stats); in stats_prepare_data()
287 data->phydev_stats.rx_packets) || in stats_put_phydev_stats()
289 data->phydev_stats.rx_bytes) || in stats_put_phydev_stats()
291 data->phydev_stats.rx_errors) || in stats_put_phydev_stats()
293 data->phydev_stats.tx_packets) || in stats_put_phydev_stats()
295 data->phydev_stats.tx_bytes) || in stats_put_phydev_stats()
297 data->phydev_stats.tx_errors)) in stats_put_phydev_stats()
/linux-6.15/drivers/net/phy/
H A Dphy.c615 struct ethtool_phy_stats *phydev_stats) in __phy_ethtool_get_phy_stats() argument
621 phydev->drv->get_phy_stats(phydev, phy_stats, phydev_stats); in __phy_ethtool_get_phy_stats()