Lines Matching +full:wp +full:- +full:content
1 // SPDX-License-Identifier: GPL-2.0+
3 * open_alliance_helpers.c - OPEN Alliance specific PHY diagnostic helpers
11 * documentation: https://opensig.org/automotive-ethernet-specifications/
13 * - Advanced diagnostic features for 1000BASE-T1 automotive Ethernet PHYs.
14 * TC12 - advanced PHY features.
15 …* https://opensig.org/wp-content/uploads/2024/03/Advanced_PHY_features_for_automotive_Ethernet_v…
24 * oa_1000bt1_get_ethtool_cable_result_code - Convert TDR status to ethtool
56 * oa_1000bt1_get_tdr_distance - Get distance to the main fault from TDR
63 * distance is not available (0x3f), the function returns -ERANGE.
65 * Return: The distance to the main fault in centimeters, or -ERANGE if the
73 return -ERANGE; in oa_1000bt1_get_tdr_distance()