Lines Matching refs:active_speed
337 u16 *active_speed, u8 *active_width)
345 *active_speed = IB_SPEED_SDR;
355 *active_speed = IB_SPEED_QDR;
361 *active_speed = IB_SPEED_EDR;
368 *active_speed = IB_SPEED_QDR;
374 *active_speed = IB_SPEED_HDR;
378 *active_speed = IB_SPEED_FDR;
385 *active_speed = IB_SPEED_EDR;
394 static int translate_eth_ext_proto_oper(u32 eth_proto_oper, u16 *active_speed,
401 *active_speed = IB_SPEED_SDR;
405 *active_speed = IB_SPEED_DDR;
409 *active_speed = IB_SPEED_QDR;
413 *active_speed = IB_SPEED_QDR;
417 *active_speed = IB_SPEED_EDR;
421 *active_speed = IB_SPEED_EDR;
425 *active_speed = IB_SPEED_HDR;
429 *active_speed = IB_SPEED_EDR;
433 *active_speed = IB_SPEED_HDR;
437 *active_speed = IB_SPEED_NDR;
441 *active_speed = IB_SPEED_HDR;
445 *active_speed = IB_SPEED_NDR;
449 *active_speed = IB_SPEED_HDR;
453 *active_speed = IB_SPEED_NDR;
462 static int translate_eth_proto_oper(u32 eth_proto_oper, u16 *active_speed,
466 translate_eth_ext_proto_oper(eth_proto_oper, active_speed,
468 translate_eth_legacy_proto_oper(eth_proto_oper, active_speed,
513 props->active_speed = IB_SPEED_QDR;
515 translate_eth_proto_oper(eth_prot_oper, &props->active_speed,
1346 &props->active_speed, port);