Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dplatform.c274 if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G) && in qual_bitrate()
840 else if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G)) in tune_active_qsfp()
877 else if ((lss & OPA_LINK_SPEED_12_5G) && in tune_qsfp()
878 (lse & OPA_LINK_SPEED_12_5G)) in tune_qsfp()
Dverbs.c1383 if (in & OPA_LINK_SPEED_12_5G) in opa_speed_to_ib()
Dchip.c7348 dd->pport[0].link_speed_active = OPA_LINK_SPEED_12_5G; in get_link_widths()
7527 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
7540 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
9320 if (ppd->link_speed_enabled & OPA_LINK_SPEED_12_5G) in set_local_link_attributes()
/Linux-v5.4/include/rdma/
Dopa_port_info.h124 #define OPA_LINK_SPEED_12_5G 0x0001 /* 12.5 Gbps */ macro