Searched refs:req_speeds (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 1666 * @req_speeds: speed requested by user 1672 struct ethtool_link_ksettings *ks, u32 req_speeds, in ice_linkmode_set_bit() 1677 if (req_speeds & phy_to_ethtool->aq_link_speed || in ice_linkmode_set_bit() 1678 (!req_speeds && advert_phy_type & BIT(phy_type))) in ice_linkmode_set_bit() 1699 u32 req_speeds; in ice_phy_type_to_ethtool() local 1702 req_speeds = vsi->port_info->phy.link_info.req_speeds; in ice_phy_type_to_ethtool() 1763 req_speeds, advert_phy_type_lo, in ice_phy_type_to_ethtool() 1770 req_speeds, advert_phy_type_hi, in ice_phy_type_to_ethtool() 2323 pi->phy.link_info.req_speeds in ice_set_link_ksettings() 1671 ice_linkmode_set_bit(const struct ice_phy_type_to_ethtool *phy_to_ethtool, struct ethtool_link_ksettings *ks, u32 req_speeds, u64 advert_phy_type, u32 phy_type) ice_linkmode_set_bit() argument [all...] |
H A D | ice_type.h | 160 u16 req_speeds; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 1477 if (req_speeds & (aq_link_speed) || \ 1478 (!req_speeds && \ 1503 u16 req_speeds; in ice_phy_type_to_ethtool() local 1505 req_speeds = vsi->port_info->phy.link_info.req_speeds; in ice_phy_type_to_ethtool() 2359 pi->phy.link_info.req_speeds = adv_link_speed; in ice_set_link_ksettings()
|
H A D | ice_type.h | 148 u16 req_speeds; member
|
Completed in 25 milliseconds