Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_common.c444 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
470 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps()
616 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()
705 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
788 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info()
819 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3112 u16 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
3205 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3257 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument
3280 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
[all …]
Dice_ethtool.c2169 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
2175 ldo->phy_type_high; in ice_phy_type_to_ethtool()
2181 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2189 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2585 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2608 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed()
2632 u64 phy_type_high = 0; in ice_set_link_ksettings() local
2742 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings()
2757 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()
2766 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings()
[all …]
Dice_type.h168 u64 phy_type_high; member
200 u64 phy_type_high; member
544 u64 phy_type_high; member
Dice_common.h130 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
292 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
Dice_adminq_cmd.h1146 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1222 __le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */ member
1373 __le64 phy_type_high; member
1375 offsetofend(struct ice_aqc_get_link_status_data, phy_type_high)
Dice_main.c2026 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type()
2090 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
2093 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override()
2094 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override()
2254 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_configure_phy()
2261 cfg->phy_type_high = pcaps->phy_type_high & in ice_configure_phy()
2266 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()
2268 cfg->phy_type_high = pcaps->phy_type_high; in ice_configure_phy()
Dice_ptp_hw.c1848 li->phy_type_high); in ice_phy_get_speed_eth56g()
1874 if (li->phy_type_high || in ice_phy_get_speed_eth56g()