Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dplatform.c232 if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G) && in qual_bitrate()
798 else if ((lss & OPA_LINK_SPEED_12_5G) && (lse & OPA_LINK_SPEED_12_5G)) in tune_active_qsfp()
835 else if ((lss & OPA_LINK_SPEED_12_5G) && in tune_qsfp()
836 (lse & OPA_LINK_SPEED_12_5G)) in tune_qsfp()
Dverbs.c1343 if (in & OPA_LINK_SPEED_12_5G) in opa_speed_to_ib()
Dchip.c7336 dd->pport[0].link_speed_active = OPA_LINK_SPEED_12_5G; in get_link_widths()
7516 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
7529 ppd->link_speed_active = OPA_LINK_SPEED_12_5G; in handle_verify_cap()
9369 if (ppd->link_speed_enabled & OPA_LINK_SPEED_12_5G) in set_local_link_attributes()
/linux-6.1.9/include/rdma/
Dopa_port_info.h97 #define OPA_LINK_SPEED_12_5G 0x0001 /* 12.5 Gbps */ macro