Home
last modified time | relevance | path

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

/linux/include/linux/
H A 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/net/ethtool/
H A 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/drivers/net/phy/
H A Dmarvell.c2369 ret = ethnl_cable_test_pulse(phydev, 1000); in marvell_vct5_cable_test_tdr_start()