Searched refs:grd (Results 1 – 2 of 2) sorted by relevance
145 struct ib_global_route grd = *(rdma_ah_read_grh(ah_attr)); in ud_loopback() local163 if (grd.sgid_index == 0) in ud_loopback()164 grd.sgid_index = OPA_GID_INDEX; in ud_loopback()166 if (ib_is_opa_gid(&grd.dgid)) in ud_loopback()167 grd.dgid.global.interface_id = in ud_loopback()171 hfi1_make_grh(ibp, &grh, &grd, 0, 0); in ud_loopback()374 struct ib_global_route *grd = rdma_ah_retrieve_grh(ah_attr); in hfi1_make_ud_req_16B() local379 if (grd->sgid_index == OPA_GID_INDEX) { in hfi1_make_ud_req_16B()381 grd->sgid_index); in hfi1_make_ud_req_16B()382 grd->sgid_index = 0; in hfi1_make_ud_req_16B()[all …]
253 struct ib_global_route *grd = in hfi1_make_ruc_header_16B() local259 if (grd->sgid_index == OPA_GID_INDEX) in hfi1_make_ruc_header_16B()260 grd->sgid_index = 0; in hfi1_make_ruc_header_16B()264 hfi1_make_grh(ibp, grh, grd, in hfi1_make_ruc_header_16B()
Completed in 8 milliseconds