Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dethtool_netlink.h29 int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV);
75 static inline int ethnl_cable_test_pulse(struct phy_device *phydev, u16 mV) in ethnl_cable_test_pulse() function
/openbmc/linux/net/ethtool/
H A 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);
/openbmc/linux/drivers/net/phy/
H A Dmarvell.c2278 ret = ethnl_cable_test_pulse(phydev, 1000); in marvell_vct5_cable_test_tdr_start()