Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2073 u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds() argument
2077 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_100G) || in ice_mask_min_supported_speeds()
2078 (phy_types_high & ICE_PHY_TYPE_HIGH_MASK_200G)) in ice_mask_min_supported_speeds()
2119 u64 phy_types_high = 0; in ice_phy_type_to_ethtool() local
2138 phy_types_high = le64_to_cpu(pf->nvm_phy_type_hi); in ice_phy_type_to_ethtool()
2140 ice_mask_min_supported_speeds(&pf->hw, phy_types_high, in ice_phy_type_to_ethtool()
2168 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
2190 if (phy_types_high & BIT_ULL(i)) in ice_phy_type_to_ethtool()