Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ethtool.c2086 u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds() argument
2089 if ((*phy_types_low & ICE_PHY_TYPE_LOW_MASK_100G) || in ice_mask_min_supported_speeds()
2092 *phy_types_low &= ~ICE_PHY_TYPE_LOW_MASK_MIN_25G; in ice_mask_min_supported_speeds()
2094 *phy_types_low &= ~ICE_PHY_TYPE_LOW_MASK_MIN_1G; in ice_mask_min_supported_speeds()
2133 u64 phy_types_low = 0; in ice_phy_type_to_ethtool() local
2150 phy_types_low = le64_to_cpu(pf->nvm_phy_type_lo); in ice_phy_type_to_ethtool()
2154 &phy_types_low); in ice_phy_type_to_ethtool()
2180 phy_types_low = vsi->port_info->phy.phy_type_low; in ice_phy_type_to_ethtool()
2196 if (phy_types_low & BIT_ULL(i)) in ice_phy_type_to_ethtool()