Home
last modified time | relevance | path

Searched refs:ethnl_cable_test_result (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dethtool_netlink.h26 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result);
45 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result() function
/kernel/linux/linux-6.6/include/linux/
H A Dethtool_netlink.h26 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result);
57 static inline int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, in ethnl_cable_test_result() function
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dbcm-phy-lib.c719 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in _bcm_phy_cable_test_get_status()
721 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in _bcm_phy_cable_test_get_status()
723 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in _bcm_phy_cable_test_get_status()
725 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in _bcm_phy_cable_test_get_status()
H A Dmarvell.c2087 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in marvell_vct7_cable_test_report()
2089 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in marvell_vct7_cable_test_report()
2091 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in marvell_vct7_cable_test_report()
2093 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in marvell_vct7_cable_test_report()
H A Dnxp-tja11xx.c664 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in tja11xx_cable_test_report()
H A Dat803x.c983 ethnl_cable_test_result(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dbcm-phy-lib.c767 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in _bcm_phy_cable_test_get_status()
769 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in _bcm_phy_cable_test_get_status()
771 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in _bcm_phy_cable_test_get_status()
773 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in _bcm_phy_cable_test_get_status()
H A Dat803x.c1527 ethnl_cable_test_result(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
1988 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in qca808x_cable_test_get_status()
1990 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in qca808x_cable_test_get_status()
1992 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in qca808x_cable_test_get_status()
1994 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in qca808x_cable_test_get_status()
H A Dnxp-c45-tja11xx.c1340 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status()
1344 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status()
1348 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status()
1352 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status()
H A Dmarvell.c2361 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in marvell_vct7_cable_test_report()
2363 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in marvell_vct7_cable_test_report()
2365 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in marvell_vct7_cable_test_report()
2367 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in marvell_vct7_cable_test_report()
H A Dadin.c887 ret = ethnl_cable_test_result(phydev, pair, fault_rslt); in adin_cable_test_report_pair()
H A Dmicrochip_t1.c748 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in lan87xx_cable_test_report()
H A Dnxp-tja11xx.c775 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in tja11xx_cable_test_report()
H A Dmicrel.c1637 ret = ethnl_cable_test_result(phydev, in ksz9x31_cable_test_one_pair()
1681 ret = ethnl_cable_test_result(phydev, in ksz9x31_cable_test_get_status()
2136 ret = ethnl_cable_test_result(phydev, ethtool_pair[pair], in lan8814_cable_test_one_pair()
2201 ret = ethnl_cable_test_result(phydev, ethtool_pair[pair], in ksz886x_cable_test_one_pair()
/kernel/linux/linux-5.10/net/ethtool/
H A Dcabletest.c163 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result) in ethnl_cable_test_result() function
184 EXPORT_SYMBOL_GPL(ethnl_cable_test_result); variable
/kernel/linux/linux-6.6/net/ethtool/
H A Dcabletest.c163 int ethnl_cable_test_result(struct phy_device *phydev, u8 pair, u8 result) in ethnl_cable_test_result() function
184 EXPORT_SYMBOL_GPL(ethnl_cable_test_result); variable

Completed in 36 milliseconds