Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3053 u16 speed_phy_type_high = ICE_AQ_LINK_SPEED_UNKNOWN; in ice_get_link_speed_based_on_phy_type() local
3150 speed_phy_type_high = ICE_AQ_LINK_SPEED_100GB; in ice_get_link_speed_based_on_phy_type()
3153 speed_phy_type_high = ICE_AQ_LINK_SPEED_UNKNOWN; in ice_get_link_speed_based_on_phy_type()
3158 speed_phy_type_high == ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3161 speed_phy_type_high != ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3164 speed_phy_type_high == ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3167 return speed_phy_type_high; in ice_get_link_speed_based_on_phy_type()