Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dethtool_netlink.h23 int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd);
33 static inline int ethnl_cable_test_alloc(struct phy_device *phydev, u8 cmd) in ethnl_cable_test_alloc() function
/linux-6.1.9/net/ethtool/
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);
/linux-6.1.9/drivers/net/phy/
Dphy.c581 err = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_NTF); in phy_start_cable_test()
652 err = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_TDR_NTF); in phy_start_cable_test_tdr()
Dnxp-tja11xx.c212 ret = ethnl_cable_test_alloc(phydev, ETHTOOL_MSG_CABLE_TEST_NTF); in tja11xx_config_aneg_cable_test()