Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/base/
H A Dice_common.c3059 u16 speed_phy_type_high = ICE_AQ_LINK_SPEED_UNKNOWN; in ice_get_link_speed_based_on_phy_type() local
3156 speed_phy_type_high = ICE_AQ_LINK_SPEED_100GB; in ice_get_link_speed_based_on_phy_type()
3159 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 speed_phy_type_high != ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3170 speed_phy_type_high == ICE_AQ_LINK_SPEED_UNKNOWN) in ice_get_link_speed_based_on_phy_type()
3173 return speed_phy_type_high; in ice_get_link_speed_based_on_phy_type()