Searched refs:phy_type_low (Results 1 – 6 of 6) sorted by relevance
1734 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()1737 ldo->phy_type_low; in ice_phy_type_to_ethtool()1745 phy_types_low = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()1753 advert_phy_type_lo = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()2157 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument2168 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_T | in ice_set_phy_type_from_speed()2173 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_KX; in ice_set_phy_type_from_speed()2177 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_SX | in ice_set_phy_type_from_speed()2180 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed()2205 u64 phy_type_low = 0; in ice_set_link_ksettings() local[all …]
369 ice_dump_phy_type(hw, le64_to_cpu(pcaps->phy_type_low), in ice_aq_get_phy_caps()395 pi->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ice_aq_get_phy_caps()468 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()472 if (hw_link_info->phy_type_low) { in ice_get_media_type()478 if (hw_link_info->phy_type_low == ICE_PHY_TYPE_LOW_1G_SGMII && in ice_get_media_type()485 switch (hw_link_info->phy_type_low) { in ice_get_media_type()621 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ice_aq_get_link_info()651 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()3028 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high) in ice_get_link_speed_based_on_phy_type() argument3033 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()[all …]
155 u64 phy_type_low; member187 u64 phy_type_low; member505 u64 phy_type_low; member
102 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
1106 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1182 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1325 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1970 pf->nvm_phy_type_lo = pcaps->phy_type_low; in ice_init_nvm_phy_type()2033 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()2034 cfg->phy_type_low = pf->nvm_phy_type_lo & in ice_init_phy_cfg_dflt_override()2035 cpu_to_le64(ldo->phy_type_low); in ice_init_phy_cfg_dflt_override()2196 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()2203 cfg->phy_type_low = pcaps->phy_type_low & cpu_to_le64(phy_low); in ice_configure_phy()2209 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()2210 cfg->phy_type_low = pcaps->phy_type_low; in ice_configure_phy()