Lines Matching refs:pair
355 s8 pair; member
2200 static int marvell_vct5_amplitude(struct phy_device *phydev, int pair) in marvell_vct5_amplitude() argument
2206 reg = MII_VCT5_TX_RX_MDI0_COUPLING + pair; in marvell_vct5_amplitude()
2232 int distance, int pair) in marvell_vct5_amplitude_distance() argument
2258 if (pair != PHY_PAIR_ALL && i != pair) in marvell_vct5_amplitude_distance()
2305 priv->pair); in marvell_vct5_amplitude_graph()
2401 priv->pair = cfg->pair; in marvell_vct5_cable_test_tdr_start()
2449 int pair, bool meter) in marvell_vct7_report_length() argument
2455 MII_VCT7_PAIR_0_DISTANCE + pair); in marvell_vct7_report_length()
2461 ethnl_cable_test_fault_length(phydev, pair, length); in marvell_vct7_report_length()
2602 priv->pair = 0; in m88e3082_vct_cable_test_start()
2689 priv->pair |= M88E3082_PAIR_A; in m88e3082_vct_cable_test_get_status()
2691 u8 pair = ETHTOOL_A_CABLE_PAIR_A; in m88e3082_vct_cable_test_get_status() local
2694 ethnl_cable_test_fault_length(phydev, pair, cm); in m88e3082_vct_cable_test_get_status()
2699 priv->pair |= M88E3082_PAIR_B; in m88e3082_vct_cable_test_get_status()
2701 u8 pair = ETHTOOL_A_CABLE_PAIR_B; in m88e3082_vct_cable_test_get_status() local
2704 ethnl_cable_test_fault_length(phydev, pair, cm); in m88e3082_vct_cable_test_get_status()
2709 if (priv->pair & M88E3082_PAIR_A && in m88e3082_vct_cable_test_get_status()
2712 u8 pair = ETHTOOL_A_CABLE_PAIR_A; in m88e3082_vct_cable_test_get_status() local
2715 ethnl_cable_test_fault_length(phydev, pair, cm); in m88e3082_vct_cable_test_get_status()
2717 if (priv->pair & M88E3082_PAIR_B && in m88e3082_vct_cable_test_get_status()
2720 u8 pair = ETHTOOL_A_CABLE_PAIR_B; in m88e3082_vct_cable_test_get_status() local
2723 ethnl_cable_test_fault_length(phydev, pair, cm); in m88e3082_vct_cable_test_get_status()