Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1458 * @phy_types_high: PHY type high
1465 void ice_mask_min_supported_speeds(u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds() argument
1469 phy_types_high & ICE_PHY_TYPE_HIGH_MASK_100G) in ice_mask_min_supported_speeds()
1501 u64 phy_types_high = 0; in ice_phy_type_to_ethtool() local
1522 phy_types_high = le64_to_cpu(pf->nvm_phy_type_hi); in ice_phy_type_to_ethtool()
1524 ice_mask_min_supported_speeds(phy_types_high, &phy_types_low); in ice_phy_type_to_ethtool()
1541 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
1766 phy_types_high & phy_type_mask_hi) { in ice_phy_type_to_ethtool()
1795 phy_types_high & phy_type_mask_hi) { in ice_phy_type_to_ethtool()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1644 * @phy_types_high: PHY type high
1652 u64 phy_types_high, u64 *phy_types_low) in ice_mask_min_supported_speeds()
1656 phy_types_high & ICE_PHY_TYPE_HIGH_MASK_100G) in ice_mask_min_supported_speeds()
1697 u64 phy_types_high = 0; in ice_phy_type_to_ethtool() local
1716 phy_types_high = le64_to_cpu(pf->nvm_phy_type_hi); in ice_phy_type_to_ethtool()
1718 ice_mask_min_supported_speeds(&pf->hw, phy_types_high, in ice_phy_type_to_ethtool()
1746 phy_types_high = vsi->port_info->phy.phy_type_high; in ice_phy_type_to_ethtool()
1768 if (phy_types_high & BIT_ULL(i)) in ice_phy_type_to_ethtool()
1651 ice_mask_min_supported_speeds(struct ice_hw *hw, u64 phy_types_high, u64 *phy_types_low) ice_mask_min_supported_speeds() argument

Completed in 9 milliseconds