Home
last modified time | relevance | path

Searched refs:ethnl_cable_test_pulse (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dethtool_netlink.h29 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV);
63 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() function
/linux-6.1.9/net/ethtool/
Dcabletest.c385 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() function
404 EXPORT_SYMBOL_GPL(ethnl_cable_test_pulse);
/linux-6.1.9/drivers/net/phy/
Dmarvell.c2274 ret = ethnl_cable_test_pulse(phydev, 1000); in marvell_vct5_cable_test_tdr_start()