Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_lib.c1170 static const uint64_t phy_rates[] = { in ice_phy_types_to_max_rate() local
1255 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()