Lines Matching full:supported
115 /* Half duplex is not supported */ in genphy_c45_pma_setup_forced()
196 /* Sets master/slave preference and supported technologies.
202 * advertisement register [31:16] if supported.
275 phydev->supported); in genphy_c45_an_config_aneg()
837 * genphy_c45_read_eee_cap1 - read supported EEE link modes from register 3.20
854 * If MDIO_PCS_EEE_ABLE is 0xffff assume EEE is not supported. in genphy_c45_read_eee_cap1()
865 phydev->supported); in genphy_c45_read_eee_cap1()
871 * genphy_c45_read_eee_cap2 - read supported EEE link modes from register 3.21
895 * genphy_c45_read_eee_abilities - read supported EEE link modes
903 * "EEE control and capability 1" (3.20) is supported. Read it only in genphy_c45_read_eee_abilities()
906 if (linkmode_intersects(phydev->supported, PHY_EEE_CAP1_FEATURES)) { in genphy_c45_read_eee_abilities()
913 if (linkmode_intersects(phydev->supported, PHY_EEE_CAP2_FEATURES)) { in genphy_c45_read_eee_abilities()
920 phydev->supported)) { in genphy_c45_read_eee_abilities()
962 * genphy_c45_pma_baset1_read_abilities - read supported baset1 link modes from PMA
965 * Read the supported link modes from the extended BASE-T1 ability register
976 phydev->supported, in genphy_c45_pma_baset1_read_abilities()
980 phydev->supported, in genphy_c45_pma_baset1_read_abilities()
984 phydev->supported, in genphy_c45_pma_baset1_read_abilities()
992 phydev->supported, in genphy_c45_pma_baset1_read_abilities()
1000 * genphy_c45_pma_read_ext_abilities - read supported link modes from PMA
1003 * Read the supported link modes from the PMA/PMD extended ability register
1015 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1018 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1021 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1024 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1027 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1030 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1034 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1037 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1041 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1044 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1054 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1058 phydev->supported, in genphy_c45_pma_read_ext_abilities()
1073 * genphy_c45_pma_read_abilities - read supported link modes from PMA
1076 * Read the supported link modes from the PMA Status 2 (1.8) register. If bit
1077 * 1.8.9 is set, the list of supported modes is build using the values in the
1081 * 5GBASET are supported.
1087 linkmode_clear_bit(ETHTOOL_LINK_MODE_Autoneg_BIT, phydev->supported); in genphy_c45_pma_read_abilities()
1095 phydev->supported); in genphy_c45_pma_read_abilities()
1103 phydev->supported, in genphy_c45_pma_read_abilities()
1107 phydev->supported, in genphy_c45_pma_read_abilities()
1111 phydev->supported, in genphy_c45_pma_read_abilities()
1120 /* This is optional functionality. If not supported, we may get an error in genphy_c45_pma_read_abilities()
1269 if (linkmode_test_bit(ETHTOOL_LINK_MODE_2500baseT_Full_BIT, phydev->supported)) { in genphy_c45_fast_retrain()
1510 * genphy_c45_ethtool_get_eee - get EEE supported and status
1514 * Description: it reports the Supported/Advertisement/LP Advertisement
1527 linkmode_andnot(data->supported, phydev->supported_eee, in genphy_c45_ethtool_get_eee()
1535 * genphy_c45_ethtool_set_eee - set EEE supported and status
1539 * Description: sets the Supported/Advertisement/LP Advertisement
1559 phydev_warn(phydev, "At least some EEE link modes are not supported.\n"); in genphy_c45_ethtool_set_eee()
1671 * supported. If the PHY does not report HDD capability, cable testing is not
1672 * supported and the function returns -EOPNOTSUPP.
1720 * If SQI+ is not supported, the function checks for basic SQI capability,
1728 * * -EOPNOTSUPP - SQI/SQI+ not supported by this PHY
1741 * 0 - SQI+ is not supported in oatc14_update_sqi_capability()
1742 * (3-8) bits for (8-256) SQI+ levels supported in oatc14_update_sqi_capability()
1747 /* Max sqi+ level supported: (2 ^ bits) - 1 */ in oatc14_update_sqi_capability()
1753 * 0 - SQI is not supported in oatc14_update_sqi_capability()
1754 * 1 - SQI is supported (0-7 levels) in oatc14_update_sqi_capability()
1769 * genphy_c45_oatc14_get_sqi_max - Get maximum supported SQI or SQI+ level of
1773 * This function returns the maximum supported Signal Quality Indicator (SQI) or
1778 * * Maximum SQI/SQI+ level supported
1801 * 10Base-T1S PHY. If SQI+ capability is supported, the function returns the
1820 /* Calculate and return SQI+ value if supported */ in genphy_c45_oatc14_get_sqi()
1835 /* Read and return SQI value if SQI+ capability is not supported */ in genphy_c45_oatc14_get_sqi()