Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2084 struct ethtool_link_ksettings *ks, u32 req_speeds, in ice_linkmode_set_bit() argument
2089 if (req_speeds & phy_to_ethtool->aq_link_speed || in ice_linkmode_set_bit()
2090 (!req_speeds && advert_phy_type & BIT(phy_type))) in ice_linkmode_set_bit()
2111 u32 req_speeds; in ice_phy_type_to_ethtool() local
2114 req_speeds = vsi->port_info->phy.link_info.req_speeds; in ice_phy_type_to_ethtool()
2175 req_speeds, advert_phy_type_lo, in ice_phy_type_to_ethtool()
2182 req_speeds, advert_phy_type_hi, in ice_phy_type_to_ethtool()
2728 pi->phy.link_info.req_speeds = adv_link_speed; in ice_set_link_ksettings()
H A Dice_type.h173 u16 req_speeds; member