Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dethtool_netlink.h31 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV);
77 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() function
/linux-6.12.1/net/ethtool/
Dcabletest.c400 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() function
419 EXPORT_SYMBOL_GPL(ethnl_cable_test_pulse);
/linux-6.12.1/drivers/net/phy/
Dmarvell.c2369 ret = ethnl_cable_test_pulse(phydev, 1000); in marvell_vct5_cable_test_tdr_start()