Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2063 u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds() argument
2067 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_100G) || in ice_mask_min_supported_speeds()
2068 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_200G)) in ice_mask_min_supported_speeds()
2109 u64 phy_types_high = 0; in ice_phy_type_to_ethtool() local
2128 phy_types_high = le64_to_cpu(pf->nvm_phy_type_hi); in ice_phy_type_to_ethtool()
2130 ice_mask_min_supported_speeds(&pf->hw, phy_types_high, in ice_phy_type_to_ethtool()
2158 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2180 if (phy_types_high & BIT_ULL(i)) in ice_phy_type_to_ethtool()