Home
last modified time | relevance | path

Searched refs:phy_type_low (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c995 hw->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ixgbe_aci_get_phy_caps()
1019 cfg->phy_type_low = caps->phy_type_low; in ixgbe_copy_phy_caps_to_cfg()
1152 if (hw_link_info->phy_type_low) { in ixgbe_get_media_type_from_phy_type()
1165 switch (hw_link_info->phy_type_low) { in ixgbe_get_media_type_from_phy_type()
1328 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ixgbe_aci_get_link_info()
1457 hw->link.link_info.phy_type_low = in ixgbe_get_media_type_e610()
1779 u64 phy_type_low, phy_type_high; in ixgbe_identify_phy_e610() local
1803 phy_type_low = le64_to_cpu(pcaps.phy_type_low); in ixgbe_identify_phy_e610()
1992 phy_type_low &= sup_phy_type_low; in ixgbe_setup_phy_link_e610()
1993 pcfg.phy_type_low = cpu_to_le64(phy_type_low); in ixgbe_setup_phy_link_e610()
[all …]
H A Dixgbe_type_e610.h393 __le64 phy_type_low; /* Use values from IXGBE_PHY_TYPE_LOW_* */ member
470 __le64 phy_type_low; /* Use values from IXGBE_PHY_TYPE_LOW_* */ member
603 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
858 u64 phy_type_low; member
H A Dixgbe_type.h3649 u64 phy_type_low; member
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2146 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
2149 ldo->phy_type_low; in ice_phy_type_to_ethtool()
2562 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2573 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_T | in ice_set_phy_type_from_speed()
2578 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_KX; in ice_set_phy_type_from_speed()
2582 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_SX | in ice_set_phy_type_from_speed()
2610 u64 phy_type_low = 0; in ice_set_link_ksettings() local
2734 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()
2745 config.phy_type_low = cpu_to_le64(phy_type_low) & in ice_set_link_ksettings()
2746 phy_caps->phy_type_low; in ice_set_link_ksettings()
[all …]
H A Dice_common.c366 ice_dump_phy_type(hw, le64_to_cpu(pcaps->phy_type_low), in ice_aq_get_phy_caps()
392 pi->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ice_aq_get_phy_caps()
546 if (hw_link_info->phy_type_low) { in ice_get_media_type()
559 switch (hw_link_info->phy_type_low) { in ice_get_media_type()
713 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ice_aq_get_link_info()
743 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()
3097 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()
3251 *phy_type_low |= BIT_ULL(index); in ice_update_phy_type()
3672 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
3702 cfg->phy_type_low = caps->phy_type_low; in ice_copy_phy_caps_to_cfg()
[all …]
H A Dice_type.h168 u64 phy_type_low; member
200 u64 phy_type_low; member
546 u64 phy_type_low; member
H A Dice_common.h128 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
288 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
H A Dice_adminq_cmd.h1152 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1228 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1378 __le64 phy_type_low; member
H A Dice_main.c2044 pf->nvm_phy_type_lo = pcaps->phy_type_low; in ice_init_nvm_phy_type()
2107 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
2108 cfg->phy_type_low = pf->nvm_phy_type_lo & in ice_init_phy_cfg_dflt_override()
2109 cpu_to_le64(ldo->phy_type_low); in ice_init_phy_cfg_dflt_override()
2270 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()
2277 cfg->phy_type_low = pcaps->phy_type_low & cpu_to_le64(phy_low); in ice_configure_phy()
2283 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()
2284 cfg->phy_type_low = pcaps->phy_type_low; in ice_configure_phy()
H A Dice_ptp_hw.c1940 u16 speed = ice_get_link_speed_based_on_phy_type(li->phy_type_low, in ice_phy_get_speed_eth56g()
1955 switch (li->phy_type_low) { in ice_phy_get_speed_eth56g()
1968 li->phy_type_low == ICE_PHY_TYPE_LOW_100GBASE_SR2) in ice_phy_get_speed_eth56g()