Searched refs:ethnl_cable_test_result (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/include/linux/ |
D | ethtool_netlink.h | 26 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
|
/linux-6.1.9/drivers/net/phy/ |
D | bcm-phy-lib.c | 760 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in _bcm_phy_cable_test_get_status() 762 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in _bcm_phy_cable_test_get_status() 764 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in _bcm_phy_cable_test_get_status() 766 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in _bcm_phy_cable_test_get_status()
|
D | at803x.c | 1548 ethnl_cable_test_result(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair() 1991 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in qca808x_cable_test_get_status() 1993 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in qca808x_cable_test_get_status() 1995 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in qca808x_cable_test_get_status() 1997 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in qca808x_cable_test_get_status()
|
D | nxp-c45-tja11xx.c | 969 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status() 973 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status() 977 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status() 981 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in nxp_c45_cable_test_get_status()
|
D | marvell.c | 2357 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in marvell_vct7_cable_test_report() 2359 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_B, in marvell_vct7_cable_test_report() 2361 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_C, in marvell_vct7_cable_test_report() 2363 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_D, in marvell_vct7_cable_test_report()
|
D | micrel.c | 1509 ret = ethnl_cable_test_result(phydev, in ksz9x31_cable_test_one_pair() 1553 ret = ethnl_cable_test_result(phydev, in ksz9x31_cable_test_get_status() 1932 ret = ethnl_cable_test_result(phydev, ethtool_pair[pair], in lan8814_cable_test_one_pair() 1997 ret = ethnl_cable_test_result(phydev, ethtool_pair[pair], in ksz886x_cable_test_one_pair()
|
D | microchip_t1.c | 711 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in lan87xx_cable_test_report()
|
D | adin.c | 887 ret = ethnl_cable_test_result(phydev, pair, fault_rslt); in adin_cable_test_report_pair()
|
D | nxp-tja11xx.c | 775 ethnl_cable_test_result(phydev, ETHTOOL_A_CABLE_PAIR_A, in tja11xx_cable_test_report()
|
/linux-6.1.9/net/ethtool/ |
D | cabletest.c | 163 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);
|