Searched refs:phy_type_low (Results 1 – 10 of 10) sorted by relevance
1043 hw->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ixgbe_aci_get_phy_caps()1067 cfg->phy_type_low = caps->phy_type_low; in ixgbe_copy_phy_caps_to_cfg()1202 if (hw_link_info->phy_type_low) { in ixgbe_get_media_type_from_phy_type()1215 switch (hw_link_info->phy_type_low) { in ixgbe_get_media_type_from_phy_type()1378 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ixgbe_aci_get_link_info()1562 hw->link.link_info.phy_type_low = in ixgbe_get_media_type_e610()1916 u64 phy_type_low, phy_type_high; in ixgbe_identify_phy_e610() local1940 phy_type_low = le64_to_cpu(pcaps.phy_type_low); in ixgbe_identify_phy_e610()2129 phy_type_low &= sup_phy_type_low; in ixgbe_setup_phy_link_e610()2130 pcfg.phy_type_low = cpu_to_le64(phy_type_low); in ixgbe_setup_phy_link_e610()[all …]
305 __le64 phy_type_low; /* Use values from IXGBE_PHY_TYPE_LOW_* */ member382 __le64 phy_type_low; /* Use values from IXGBE_PHY_TYPE_LOW_* */ member515 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member798 u64 phy_type_low; member
3694 u64 phy_type_low; member
2156 (ldo->phy_type_low || ldo->phy_type_high)) { in ice_phy_type_to_ethtool()2159 ldo->phy_type_low; in ice_phy_type_to_ethtool()2572 u64 *phy_type_low, u64 *phy_type_high, in ice_set_phy_type_from_speed() argument2583 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_T | in ice_set_phy_type_from_speed()2588 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_KX; in ice_set_phy_type_from_speed()2592 *phy_type_low |= ICE_PHY_TYPE_LOW_1000BASE_SX | in ice_set_phy_type_from_speed()2620 u64 phy_type_low = 0; in ice_set_link_ksettings() local2744 if (!(phy_type_low || phy_type_high)) { in ice_set_link_ksettings()2755 config.phy_type_low = cpu_to_le64(phy_type_low) & in ice_set_link_ksettings()2756 phy_caps->phy_type_low; in ice_set_link_ksettings()[all …]
375 ice_dump_phy_type(hw, le64_to_cpu(pcaps->phy_type_low), in ice_aq_get_phy_caps()401 pi->phy.phy_type_low = le64_to_cpu(pcaps->phy_type_low); in ice_aq_get_phy_caps()556 if (hw_link_info->phy_type_low) { in ice_get_media_type()569 switch (hw_link_info->phy_type_low) { in ice_get_media_type()723 li->phy_type_low = le64_to_cpu(link_data.phy_type_low); in ice_aq_get_link_info()753 (unsigned long long)li->phy_type_low); in ice_aq_get_link_info()3338 switch (phy_type_low) { in ice_get_link_speed_based_on_phy_type()3492 *phy_type_low |= BIT_ULL(index); in ice_update_phy_type()3915 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()3945 cfg->phy_type_low = caps->phy_type_low; in ice_copy_phy_caps_to_cfg()[all …]
169 u64 phy_type_low; member201 u64 phy_type_low; member547 u64 phy_type_low; member
175 ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,338 u16 ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high);
1046 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1122 __le64 phy_type_low; /* Use values from ICE_PHY_TYPE_LOW_* */ member1272 __le64 phy_type_low; member
2048 pf->nvm_phy_type_lo = pcaps->phy_type_low; in ice_init_nvm_phy_type()2111 if (ldo->phy_type_low || ldo->phy_type_high) { in ice_init_phy_cfg_dflt_override()2112 cfg->phy_type_low = pf->nvm_phy_type_lo & in ice_init_phy_cfg_dflt_override()2113 cpu_to_le64(ldo->phy_type_low); in ice_init_phy_cfg_dflt_override()2274 cfg->phy_type_low = phy->curr_user_phy_cfg.phy_type_low; in ice_configure_phy()2281 cfg->phy_type_low = pcaps->phy_type_low & cpu_to_le64(phy_low); in ice_configure_phy()2287 if (!cfg->phy_type_low && !cfg->phy_type_high) { in ice_configure_phy()2288 cfg->phy_type_low = pcaps->phy_type_low; in ice_configure_phy()
1413 u16 speed = ice_get_link_speed_based_on_phy_type(li->phy_type_low, in ice_phy_get_speed_eth56g()1428 switch (li->phy_type_low) { in ice_phy_get_speed_eth56g()1441 li->phy_type_low == ICE_PHY_TYPE_LOW_100GBASE_SR2) in ice_phy_get_speed_eth56g()
Completed in 92 milliseconds