Home
last modified time | relevance | path

Searched refs:ethnl_cable_test_alloc (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dethtool_netlink.h23 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd);
45 static inline int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() function
/openbmc/linux/net/ethtool/
H A Dcabletest.c103 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() function
144 EXPORT_SYMBOL_GPL(ethnl_cable_test_alloc);
/openbmc/linux/drivers/net/phy/
H A Dphy.c821 err = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_NTF); in phy_start_cable_test()
892 err = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_TDR_NTF); in phy_start_cable_test_tdr()
H A Dnxp-tja11xx.c212 ret = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_NTF); in tja11xx_config_aneg_cable_test()