phy_type_high     925 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
phy_type_high     996 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
phy_type_high    1112 drivers/net/ethernet/intel/ice/ice_adminq_cmd.h 	__le64 phy_type_high; /* Use values from ICE_PHY_TYPE_HIGH_* */
phy_type_high     167 drivers/net/ethernet/intel/ice/ice_common.c 		pi->phy.phy_type_high = le64_to_cpu(pcaps->phy_type_high);
phy_type_high     185 drivers/net/ethernet/intel/ice/ice_common.c 	if (hw_link_info->phy_type_low && hw_link_info->phy_type_high)
phy_type_high     245 drivers/net/ethernet/intel/ice/ice_common.c 		switch (hw_link_info->phy_type_high) {
phy_type_high     302 drivers/net/ethernet/intel/ice/ice_common.c 	li->phy_type_high = le64_to_cpu(link_data.phy_type_high);
phy_type_high     331 drivers/net/ethernet/intel/ice/ice_common.c 		  (unsigned long long)li->phy_type_high);
phy_type_high    2011 drivers/net/ethernet/intel/ice/ice_common.c ice_get_link_speed_based_on_phy_type(u64 phy_type_low, u64 phy_type_high)
phy_type_high    2104 drivers/net/ethernet/intel/ice/ice_common.c 	switch (phy_type_high) {
phy_type_high    2146 drivers/net/ethernet/intel/ice/ice_common.c ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
phy_type_high    2169 drivers/net/ethernet/intel/ice/ice_common.c 			*phy_type_high |= BIT_ULL(index);
phy_type_high    2210 drivers/net/ethernet/intel/ice/ice_common.c 		  (unsigned long long)le64_to_cpu(cfg->phy_type_high));
phy_type_high    2325 drivers/net/ethernet/intel/ice/ice_common.c 		cfg.phy_type_high = pcaps->phy_type_high;
phy_type_high    2377 drivers/net/ethernet/intel/ice/ice_common.c 	cfg->phy_type_high = caps->phy_type_high;
phy_type_high      88 drivers/net/ethernet/intel/ice/ice_common.h ice_update_phy_type(u64 *phy_type_low, u64 *phy_type_high,
phy_type_high    1381 drivers/net/ethernet/intel/ice/ice_ethtool.c 	phy_types_high = vsi->port_info->phy.phy_type_high;
phy_type_high    1952 drivers/net/ethernet/intel/ice/ice_ethtool.c 	switch (link_info->phy_type_high) {
phy_type_high    1979 drivers/net/ethernet/intel/ice/ice_ethtool.c 			    (u64)link_info->phy_type_high);
phy_type_high    2361 drivers/net/ethernet/intel/ice/ice_ethtool.c 	u64 phy_type_high;
phy_type_high    2475 drivers/net/ethernet/intel/ice/ice_ethtool.c 	ice_update_phy_type(&phy_type_low, &phy_type_high, adv_link_speed);
phy_type_high    2494 drivers/net/ethernet/intel/ice/ice_ethtool.c 	if (phy_type_low || phy_type_high) {
phy_type_high    2495 drivers/net/ethernet/intel/ice/ice_ethtool.c 		config.phy_type_high = cpu_to_le64(phy_type_high) &
phy_type_high    2496 drivers/net/ethernet/intel/ice/ice_ethtool.c 			abilities->phy_type_high;
phy_type_high    1422 drivers/net/ethernet/intel/ice/ice_main.c 	cfg->phy_type_high = pcaps->phy_type_high;
phy_type_high     113 drivers/net/ethernet/intel/ice/ice_type.h 	u64 phy_type_high;
phy_type_high     144 drivers/net/ethernet/intel/ice/ice_type.h 	u64 phy_type_high;