Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c71 u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_read_lttpr_phy_caps() local
73 if (drm_dp_read_lttpr_phy_caps(&intel_dp->aux, dpcd, dp_phy, phy_caps) < 0) { in intel_dp_read_lttpr_phy_caps()
80 phy_caps); in intel_dp_read_lttpr_phy_caps()
235 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_voltage_max() local
237 if (drm_dp_lttpr_voltage_swing_level_3_supported(phy_caps)) in intel_dp_lttpr_voltage_max()
246 const u8 *phy_caps = intel_dp_lttpr_phy_caps(intel_dp, dp_phy); in intel_dp_lttpr_preemph_max() local
248 if (drm_dp_lttpr_pre_emphasis_level_3_supported(phy_caps)) in intel_dp_lttpr_preemph_max()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_common.c2899 * @phy_caps: PHY capabilities
2906 ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data *phy_caps, in ice_phy_caps_equals_cfg() argument
2911 if (!phy_caps || !phy_cfg) in ice_phy_caps_equals_cfg()
2921 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
2922 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
2923 ((phy_caps->caps & caps_mask) != (phy_cfg->caps & cfg_mask)) || in ice_phy_caps_equals_cfg()
2924 phy_caps->low_power_ctrl_an != phy_cfg->low_power_ctrl_an || in ice_phy_caps_equals_cfg()
2925 phy_caps->eee_cap != phy_cfg->eee_cap || in ice_phy_caps_equals_cfg()
2926 phy_caps->eeer_value != phy_cfg->eeer_value || in ice_phy_caps_equals_cfg()
2927 phy_caps in ice_phy_caps_equals_cfg()
[all...]
H A Dice_ethtool.c2228 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local
2252 phy_caps = kzalloc(sizeof(*phy_caps), GFP_KERNEL); in ice_set_link_ksettings()
2253 if (!phy_caps) in ice_set_link_ksettings()
2258 phy_caps, NULL); in ice_set_link_ksettings()
2375 phy_caps->phy_type_high; in ice_set_link_ksettings()
2377 phy_caps->phy_type_low; in ice_set_link_ksettings()
2417 kfree(phy_caps); in ice_set_link_ksettings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_common.c3488 * @phy_caps: PHY capabilities
3495 ice_phy_caps_equals_cfg(struct ice_aqc_get_phy_caps_data *phy_caps, in ice_phy_caps_equals_cfg() argument
3500 if (!phy_caps || !phy_cfg) in ice_phy_caps_equals_cfg()
3510 if (phy_caps->phy_type_low != phy_cfg->phy_type_low || in ice_phy_caps_equals_cfg()
3511 phy_caps->phy_type_high != phy_cfg->phy_type_high || in ice_phy_caps_equals_cfg()
3512 ((phy_caps->caps & caps_mask) != (phy_cfg->caps & cfg_mask)) || in ice_phy_caps_equals_cfg()
3513 phy_caps->low_power_ctrl_an != phy_cfg->low_power_ctrl_an || in ice_phy_caps_equals_cfg()
3514 phy_caps->eee_cap != phy_cfg->eee_cap || in ice_phy_caps_equals_cfg()
3515 phy_caps->eeer_value != phy_cfg->eeer_value || in ice_phy_caps_equals_cfg()
3516 phy_caps in ice_phy_caps_equals_cfg()
[all...]
H A Dice_ethtool.c2198 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local
2221 phy_caps = kzalloc(sizeof(*phy_caps), GFP_KERNEL); in ice_set_link_ksettings()
2222 if (!phy_caps) in ice_set_link_ksettings()
2228 phy_caps, NULL); in ice_set_link_ksettings()
2231 phy_caps, NULL); in ice_set_link_ksettings()
2339 phy_caps->phy_type_high; in ice_set_link_ksettings()
2341 phy_caps->phy_type_low; in ice_set_link_ksettings()
2380 kfree(phy_caps); in ice_set_link_ksettings()

Completed in 21 milliseconds