Searched refs:phy_type_low (Results 1 – 6 of 6) sorted by relevance
211 (unsigned long long)le64_to_cpu(pcaps->phy_type_low)); in ice_aq_get_phy_caps()234 pi->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ice_aq_get_phy_caps()311 if (hw_link_info->phy_type_low) { in ice_get_media_type()324 switch (hw_link_info->phy_type_low) { in ice_get_media_type()460 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ice_aq_get_link_info()490 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()2737 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()2881 *phy_type_low |= BIT_ULL(index); in ice_update_phy_type()3214 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()3244 cfg->phy_type_low = caps->phy_type_low; in ice_copy_phy_caps_to_cfg()[all …]
1543 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()1546 ldo->phy_type_low; in ice_phy_type_to_ethtool()1554 phy_types_low = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()1562 advert_phy_type_lo = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()2215 u64 phy_type_low = 0; in ice_set_link_ksettings() local2328 ice_update_phy_type(&phy_type_low, &phy_type_high, adv_link_speed); in ice_set_link_ksettings()2342 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()2353 config.phy_type_low = cpu_to_le64(phy_type_low) & in ice_set_link_ksettings()2354 phy_caps->phy_type_low; in ice_set_link_ksettings()2356 if (!(config.phy_type_high || config.phy_type_low)) { in ice_set_link_ksettings()[all …]
148 u64 phy_type_low; member180 u64 phy_type_low; member469 u64 phy_type_low; member
97 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
1035 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1111 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1254 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1886 pf->nvm_phy_type_lo = pcaps->phy_type_low; in ice_init_nvm_phy_type()1949 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()1950 cfg->phy_type_low = pf->nvm_phy_type_lo & in ice_init_phy_cfg_dflt_override()1951 cpu_to_le64(ldo->phy_type_low); in ice_init_phy_cfg_dflt_override()2117 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()2124 cfg->phy_type_low = pcaps->phy_type_low & cpu_to_le64(phy_low); in ice_configure_phy()2130 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()2131 cfg->phy_type_low = pcaps->phy_type_low; in ice_configure_phy()
Completed in 50 milliseconds