Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/efa/
H A Defa_verbs.c282 static void efa_link_gbps_to_speed_and_width(u16 gbps, in efa_link_gbps_to_speed_and_width() argument
286 if (gbps >= 400) { in efa_link_gbps_to_speed_and_width()
289 } else if (gbps >= 200) { in efa_link_gbps_to_speed_and_width()
292 } else if (gbps >= 120) { in efa_link_gbps_to_speed_and_width()
295 } else if (gbps >= 100) { in efa_link_gbps_to_speed_and_width()
298 } else if (gbps >= 60) { in efa_link_gbps_to_speed_and_width()
301 } else if (gbps >= 50) { in efa_link_gbps_to_speed_and_width()
304 } else if (gbps >= 40) { in efa_link_gbps_to_speed_and_width()
307 } else if (gbps >= 30) { in efa_link_gbps_to_speed_and_width()