Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c2150 struct ixgbe_aci_cmd_get_phy_caps_data phy_caps = {}; in ixgbe_set_phy_power_e610() local
2156 &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() local
2195 &phy_caps); in ixgbe_enter_lplu_e610()
2199 ixgbe_copy_phy_caps_to_cfg(&phy_caps, &phy_cfg); in ixgbe_enter_lplu_e610()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2621 struct ice_aqc_get_phy_caps_data *phy_caps; in ice_set_link_ksettings() local
2644 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()