Lines Matching refs:active_speed
330 u16 *active_speed, u8 *active_width)
338 *active_speed = IB_SPEED_SDR;
348 *active_speed = IB_SPEED_QDR;
354 *active_speed = IB_SPEED_EDR;
361 *active_speed = IB_SPEED_QDR;
367 *active_speed = IB_SPEED_HDR;
371 *active_speed = IB_SPEED_FDR;
378 *active_speed = IB_SPEED_EDR;
387 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed,
394 *active_speed = IB_SPEED_SDR;
398 *active_speed = IB_SPEED_DDR;
402 *active_speed = IB_SPEED_QDR;
406 *active_speed = IB_SPEED_QDR;
410 *active_speed = IB_SPEED_EDR;
414 *active_speed = IB_SPEED_EDR;
418 *active_speed = IB_SPEED_HDR;
422 *active_speed = IB_SPEED_EDR;
426 *active_speed = IB_SPEED_HDR;
430 *active_speed = IB_SPEED_NDR;
434 *active_speed = IB_SPEED_HDR;
438 *active_speed = IB_SPEED_NDR;
442 *active_speed = IB_SPEED_HDR;
446 *active_speed = IB_SPEED_NDR;
455 static int translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed,
459 translate_eth_ext_proto_oper(eth_proto_oper, active_speed,
461 translate_eth_legacy_proto_oper(eth_proto_oper, active_speed,
507 props->active_speed = IB_SPEED_QDR;
509 translate_eth_proto_oper(eth_prot_oper, &props->active_speed,
1324 &props->active_speed, port);