Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_common.c174 (unsigned long long)le64_to_cpu(pcaps->phy_type_low)); in ice_aq_get_phy_caps()
197 pi->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ice_aq_get_phy_caps()
268 if (hw_link_info->phy_type_low && hw_link_info->phy_type_high) in ice_get_media_type()
272 if (hw_link_info->phy_type_low) { in ice_get_media_type()
278 if (hw_link_info->phy_type_low == ICE_PHY_TYPE_LOW_1G_SGMII && in ice_get_media_type()
285 switch (hw_link_info->phy_type_low) { in ice_get_media_type()
421 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ice_aq_get_link_info()
450 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()
2438 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
2443 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()
[all …]
Dice_ethtool.c1531 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()
1534 ldo->phy_type_low; in ice_phy_type_to_ethtool()
1540 phy_types_low = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()
1548 adv_phy_type_lo = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()
2188 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument
2199 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_T | in ice_set_phy_type_from_speed()
2204 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_KX; in ice_set_phy_type_from_speed()
2208 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_SX | in ice_set_phy_type_from_speed()
2211 ice_update_phy_type(phy_type_low, phy_type_high, adv_link_speed); in ice_set_phy_type_from_speed()
2236 u64 phy_type_low = 0; in ice_set_link_ksettings() local
[all …]
Dice_type.h143 u64 phy_type_low; member
174 u64 phy_type_low; member
345 u64 phy_type_low; member
Dice_common.h94 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
Dice_main.c1720 pf->nvm_phy_type_lo = pcaps->phy_type_low; in ice_init_nvm_phy_type()
1780 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()
1781 cfg->phy_type_low = pf->nvm_phy_type_lo & in ice_init_phy_cfg_dflt_override()
1782 cpu_to_le64(ldo->phy_type_low); in ice_init_phy_cfg_dflt_override()
1945 cfg->phy_type_low = pi->phy.curr_user_phy_cfg.phy_type_low; in ice_configure_phy()
1952 cfg->phy_type_low = pcaps->phy_type_low & cpu_to_le64(phy_low); in ice_configure_phy()
1958 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()
1959 cfg->phy_type_low = pcaps->phy_type_low; in ice_configure_phy()
Dice_adminq_cmd.h960 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1036 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member
1176 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member