Searched refs:phy_types_high (Results 1 – 1 of 1) sorted by relevance
2081 u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds() argument2085 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_100G) || in ice_mask_min_supported_speeds()2086 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_200G)) in ice_mask_min_supported_speeds()2127 u64 phy_types_high = 0; in ice_phy_type_to_ethtool() local2146 phy_types_high = le64_to_cpu(pf->nvm_phy_type_hi); in ice_phy_type_to_ethtool()2148 ice_mask_min_supported_speeds(&pf->hw, phy_types_high, in ice_phy_type_to_ethtool()2176 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()2198 if (phy_types_high & BIT_ULL(i)) in ice_phy_type_to_ethtool()