Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_common.c2906 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->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()
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()