Searched refs:phy_type_high (Results 1 – 6 of 6) sorted by relevance
213 (unsigned long long)le64_to_cpu(pcaps->phy_type_high)); in ice_aq_get_phy_caps()235 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps()396 switch (hw_link_info->phy_type_high) { in ice_get_media_type()461 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info()492 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()2825 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()2890 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()2932 (unsigned long long)le64_to_cpu(cfg->phy_type_high)); in ice_aq_set_phy_cfg()3215 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()3245 cfg->phy_type_high = caps->phy_type_high; in ice_copy_phy_caps_to_cfg()[all …]
1543 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()1549 ldo->phy_type_high; in ice_phy_type_to_ethtool()1555 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()1563 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()2214 u64 phy_type_high = 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()2351 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings()2352 phy_caps->phy_type_high; in ice_set_link_ksettings()2356 if (!(config.phy_type_high || config.phy_type_low)) { in ice_set_link_ksettings()[all …]
149 u64 phy_type_high; member181 u64 phy_type_high; member470 u64 phy_type_high; member
97 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
1036 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member1112 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member1255 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1885 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type()1949 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()1952 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override()1953 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override()2118 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()2125 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy()2130 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()2132 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()
Completed in 50 milliseconds