Searched refs:phy_rates (Results 1 – 1 of 1) sorted by relevance
1170 static const uint64_t phy_rates[] = { in ice_phy_types_to_max_rate() local1255 if ((bit + 64) < (int)ARRAY_SIZE(phy_rates)) in ice_phy_types_to_max_rate()1256 max_rate = uqmax(max_rate, phy_rates[(bit + 64)]); in ice_phy_types_to_max_rate()1260 max_rate = uqmax(max_rate, phy_rates[bit]); in ice_phy_types_to_max_rate()