Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1443 if (in & OPA_LINK_SPEED_12_5G) in opa_speed_to_ib()
Dchip.c7330 dd->pport[0].link_speed_active = OPA_LINK_SPEED_12_5G; in get_link_widths()
7509 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
7522 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
9303 if (ppd->link_speed_enabled & OPA_LINK_SPEED_12_5G) in set_local_link_attributes()
/Linux-v4.19/include/rdma/
Dopa_port_info.h122 #define OPA_LINK_SPEED_12_5G 0x0001 /* 12.5 Gbps */ macro