Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3389 u16 speed_phy_type_high = ICE_AQ_LINK_SPEED_UNKNOWN; in ice_get_link_speed_based_on_phy_type() local
3486 speed_phy_type_high = ICE_AQ_LINK_SPEED_100GB; in ice_get_link_speed_based_on_phy_type()
3496 speed_phy_type_high = ICE_AQ_LINK_SPEED_200GB; in ice_get_link_speed_based_on_phy_type()
3499 speed_phy_type_high = ICE_AQ_LINK_SPEED_UNKNOWN; in ice_get_link_speed_based_on_phy_type()
3504 speed_phy_type_high == ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3507 speed_phy_type_high != ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3510 speed_phy_type_high == ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3513 return speed_phy_type_high; in ice_get_link_speed_based_on_phy_type()