Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dconduit.c249 phy_ethtool_get_strings(dev->phydev, data); in dsa_conduit_get_strings()
/linux/drivers/net/phy/
H A Dphy.c549 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data) in phy_ethtool_get_strings() function
560 EXPORT_SYMBOL(phy_ethtool_get_strings);
H A Dphy_device.c3924 .get_strings = phy_ethtool_get_strings,
/linux/include/linux/
H A Dphy.h2424 int phy_ethtool_get_strings(struct phy_device *phydev, u8 *data);
/linux/drivers/net/dsa/b53/
H A Db53_common.c1158 phy_ethtool_get_strings(phydev, data); in b53_get_strings()