Lines Matching +full:12 +full:gbps
95 #define EFA_CHUNK_PAYLOAD_SHIFT 12
99 #define EFA_CHUNK_SHIFT 12
288 static void efa_link_gbps_to_speed_and_width(u16 gbps, in efa_link_gbps_to_speed_and_width() argument
292 if (gbps >= 400) { in efa_link_gbps_to_speed_and_width()
295 } else if (gbps >= 200) { in efa_link_gbps_to_speed_and_width()
298 } else if (gbps >= 120) { in efa_link_gbps_to_speed_and_width()
301 } else if (gbps >= 100) { in efa_link_gbps_to_speed_and_width()
304 } else if (gbps >= 60) { in efa_link_gbps_to_speed_and_width()
307 } else if (gbps >= 50) { in efa_link_gbps_to_speed_and_width()
310 } else if (gbps >= 40) { in efa_link_gbps_to_speed_and_width()
313 } else if (gbps >= 30) { in efa_link_gbps_to_speed_and_width()