Home
last modified time | relevance | path

Searched refs:phy_type_high (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c376 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
402 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps()
474 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()
563 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
628 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info()
659 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3051 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() argument
3144 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3186 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument
3209 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
[all …]
H A Dice_ethtool.c1734 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
1740 ldo->phy_type_high; in ice_phy_type_to_ethtool()
1746 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
1754 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2157 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2180 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed()
2204 u64 phy_type_high = 0; in ice_set_link_ksettings() local
2314 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings()
2329 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()
2338 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings()
[all …]
H A Dice_type.h157 u64 phy_type_high; member
189 u64 phy_type_high; member
507 u64 phy_type_high; member
H A Dice_common.h102 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
H A Dice_adminq_cmd.h1107 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1183 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1326 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
H A Dice_main.c1977 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type()
2041 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
2044 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override()
2045 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override()
2205 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
2212 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy()
2217 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()
2219 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()