Home
last modified time | relevance | path

Searched refs:phy_ethtool_get_strings (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/net/dsa/
Dconduit.c172 phy_ethtool_get_strings(dev->phydev, data); in dsa_conduit_get_strings()
/linux-6.14.4/drivers/net/phy/
Dphy.c558 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) in phy_ethtool_get_strings() function
569 EXPORT_SYMBOL(phy_ethtool_get_strings);
Dphy_device.c3768 .get_strings = phy_ethtool_get_strings,
/linux-6.14.4/include/linux/
Dphy.h2156 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data);
/linux-6.14.4/drivers/net/dsa/b53/
Db53_common.c1008 phy_ethtool_get_strings(phydev, data); in b53_get_strings()