Lines Matching +full:12 +full:gbps
90 #define EFA_CHUNK_PAYLOAD_SHIFT 12
94 #define EFA_CHUNK_SHIFT 12
282 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()