Searched refs:opa_get_lid (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | hfi.h | 2287 #define opa_get_lid(lid, format) \ macro 2323 opa_get_lid(opa_get_mcast_base(OPA_MCAST_NR), 16B)) && in hfi1_is_16B_mcast() 2324 (lid != opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), 16B))); in hfi1_is_16B_mcast() 2360 if (lid >= opa_get_lid(opa_get_mcast_base(OPA_MCAST_NR), 9B)) in hfi1_get_packet_type() 2401 if (slid == opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), 16B)) in hfi1_make_ext_grh()
|
D | ud.c | 370 dlid = opa_get_lid(rdma_ah_get_dlid(ah_attr), 9B); in hfi1_make_ud_req_9B() 463 dlid = opa_get_lid(rdma_ah_get_dlid(ah_attr), 16B); in hfi1_make_ud_req_16B() 895 opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), 16B); in hfi1_ud_rcv()
|
D | driver.c | 1402 opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), 16B))) { in hfi1_bypass_ingress_pkt_check() 1412 if ((packet->dlid == opa_get_lid(be32_to_cpu(OPA_LID_PERMISSIVE), in hfi1_bypass_ingress_pkt_check() 1535 opa_get_lid(opa_get_mcast_base(OPA_MCAST_NR), in hfi1_setup_bypass_packet()
|
D | ruc.c | 668 opa_get_lid(rdma_ah_get_dlid(&qp->remote_ah_attr), in hfi1_make_ruc_header_16B() 738 opa_get_lid(rdma_ah_get_dlid(&qp->remote_ah_attr), 9B), in hfi1_make_ruc_header_9B()
|
D | rc.c | 792 opa_get_lid(rdma_ah_get_dlid(&qp->remote_ah_attr), 9B), in hfi1_make_rc_ack_9B() 845 opa_get_lid(rdma_ah_get_dlid(&qp->remote_ah_attr), in hfi1_make_rc_ack_16B()
|
D | verbs.c | 597 opa_get_lid(packet->dlid, 9B)); in hfi1_handle_packet()
|