Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c80 u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_read_lttpr_phy_caps() local
82 if (drm_dp_read_lttpr_phy_caps(&intel_dp->aux, dpcd, dp_phy, phy_caps) < 0) { in intel_dp_read_lttpr_phy_caps()
89 phy_caps); in intel_dp_read_lttpr_phy_caps()
299 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_voltage_max() local
301 if (drm_dp_lttpr_voltage_swing_level_3_supported(phy_caps)) in intel_dp_lttpr_voltage_max()
310 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_preemph_max() local
312 if (drm_dp_lttpr_pre_emphasis_level_3_supported(phy_caps)) in intel_dp_lttpr_preemph_max()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2024 struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = {}; in ixgbe_set_phy_power_e610() local
2030 &phy_caps); in ixgbe_set_phy_power_e610()
2034 ixgbe_copy_phy_caps_to_cfg(&phy_caps, &phy_cfg); in ixgbe_set_phy_power_e610()
2042 if (phy_caps.caps == phy_cfg.caps) in ixgbe_set_phy_power_e610()
2063 struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = {}; in ixgbe_enter_lplu_e610() local
2069 &phy_caps); in ixgbe_enter_lplu_e610()
2073 ixgbe_copy_phy_caps_to_cfg(&phy_caps, &phy_cfg); in ixgbe_enter_lplu_e610()
/linux-6.15/drivers/net/phy/
H A DMakefile6 phy_package.o phy_caps.o
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2603 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local
2626 phy_caps = kzalloc(sizeof(*phy_caps), GFP_KERNEL); in ice_set_link_ksettings()
2627 if (!phy_caps) in ice_set_link_ksettings()
2633 phy_caps, NULL); in ice_set_link_ksettings()
2636 phy_caps, NULL); in ice_set_link_ksettings()
2744 phy_caps->phy_type_high; in ice_set_link_ksettings()
2746 phy_caps->phy_type_low; in ice_set_link_ksettings()
2785 kfree(phy_caps); in ice_set_link_ksettings()
H A Dice_common.c3657 ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data *phy_caps, in ice_phy_caps_equals_cfg() argument
3662 if (!phy_caps || !phy_cfg) in ice_phy_caps_equals_cfg()
3672 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
3673 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3674 ((phy_caps->caps & caps_mask) != (phy_cfg->caps & cfg_mask)) || in ice_phy_caps_equals_cfg()
3675 phy_caps->low_power_ctrl_an != phy_cfg->low_power_ctrl_an || in ice_phy_caps_equals_cfg()
3676 phy_caps->eee_cap != phy_cfg->eee_cap || in ice_phy_caps_equals_cfg()
3677 phy_caps->eeer_value != phy_cfg->eeer_value || in ice_phy_caps_equals_cfg()
3678 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()