Searched refs:phy_caps (Results 1 – 2 of 2) sorted by relevance
2150 struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = {}; in ixgbe_set_phy_power_e610() local2156 &phy_caps); in ixgbe_set_phy_power_e610()2160 ixgbe_copy_phy_caps_to_cfg(&phy_caps, &phy_cfg); in ixgbe_set_phy_power_e610()2168 if (phy_caps.caps == phy_cfg.caps) in ixgbe_set_phy_power_e610()2189 struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = {}; in ixgbe_enter_lplu_e610() local2195 &phy_caps); in ixgbe_enter_lplu_e610()2199 ixgbe_copy_phy_caps_to_cfg(&phy_caps, &phy_cfg); in ixgbe_enter_lplu_e610()
2621 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local2644 phy_caps = kzalloc_obj(*phy_caps); in ice_set_link_ksettings()2645 if (!phy_caps) in ice_set_link_ksettings()2651 phy_caps, NULL); in ice_set_link_ksettings()2654 phy_caps, NULL); in ice_set_link_ksettings()2762 phy_caps->phy_type_high; in ice_set_link_ksettings()2764 phy_caps->phy_type_low; in ice_set_link_ksettings()2803 kfree(phy_caps); in ice_set_link_ksettings()