Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c1390 if (!hw_link_info->req_speeds || in ice_phy_type_to_ethtool()
1391 hw_link_info->req_speeds & ICE_AQ_LINK_SPEED_100MB) in ice_phy_type_to_ethtool()
1399 if (!hw_link_info->req_speeds || in ice_phy_type_to_ethtool()
1400 hw_link_info->req_speeds & ICE_AQ_LINK_SPEED_1000MB) in ice_phy_type_to_ethtool()
1407 if (!hw_link_info->req_speeds || in ice_phy_type_to_ethtool()
1408 hw_link_info->req_speeds & ICE_AQ_LINK_SPEED_1000MB) in ice_phy_type_to_ethtool()
1416 if (!hw_link_info->req_speeds || in ice_phy_type_to_ethtool()
1417 hw_link_info->req_speeds & ICE_AQ_LINK_SPEED_1000MB) in ice_phy_type_to_ethtool()
1424 if (!hw_link_info->req_speeds || in ice_phy_type_to_ethtool()
1425 hw_link_info->req_speeds & ICE_AQ_LINK_SPEED_2500MB) in ice_phy_type_to_ethtool()
[all …]
Dice_type.h117 u16 req_speeds; member