Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c340 le64_to_cpu(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
366 pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high); in ice_aq_get_phy_caps()
516 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()
605 switch (hw_link_info->phy_type_high) { in ice_get_media_type()
688 li->phy_type_high = le64_to_cpu(link_data.phy_type_high); in ice_aq_get_link_info()
719 (unsigned long long)li->phy_type_high); in ice_aq_get_link_info()
3385 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
3478 switch (phy_type_high) { in ice_get_link_speed_based_on_phy_type()
3530 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high, in ice_update_phy_type() argument
3553 *phy_type_high |= BIT_ULL(index); in ice_update_phy_type()
[all …]
H A Dice_ethtool.c2156 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
2162 ldo->phy_type_high; in ice_phy_type_to_ethtool()
2168 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2176 advert_phy_type_hi = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2572 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2595 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed()
2619 u64 phy_type_high = 0; in ice_set_link_ksettings() local
2729 ice_set_phy_type_from_speed(ks, &phy_type_low, &phy_type_high, in ice_set_link_ksettings()
2744 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()
2753 config.phy_type_high = cpu_to_le64(phy_type_high) & in ice_set_link_ksettings()
[all …]
H A Dice_common.h175 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
344 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
H A Dice_main.c1949 pf->nvm_phy_type_hi = pcaps->phy_type_high; in ice_init_nvm_phy_type()
2013 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
2016 cfg->phy_type_high = pf->nvm_phy_type_hi & in ice_init_phy_cfg_dflt_override()
2017 cpu_to_le64(ldo->phy_type_high); in ice_init_phy_cfg_dflt_override()
2176 cfg->phy_type_high = phy->curr_user_phy_cfg.phy_type_high; in ice_phy_cfg()
2183 cfg->phy_type_high = pcaps->phy_type_high & in ice_phy_cfg()
2188 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_phy_cfg()
2190 cfg->phy_type_high = pcaps->phy_type_high; in ice_phy_cfg()
H A Dice_ptp_hw.c1476 li->phy_type_high); in ice_phy_get_speed_eth56g()
1502 if (li->phy_type_high || in ice_phy_get_speed_eth56g()