Lines Matching defs:grh
208 const struct ib_global_route *grh = rdma_ah_read_grh(ah_attr);
213 grh->sgid_index;
214 av->hop_limit = grh->hop_limit;
216 cpu_to_be32((grh->traffic_class << 20) |
217 grh->flow_label);
218 memcpy(av->dgid, grh->dgid.raw, 16);
279 header->grh.traffic_class =
281 header->grh.flow_label =
283 header->grh.hop_limit = ah->av->hop_limit;
284 header->grh.source_gid = ah->ibah.sgid_attr->gid;
285 memcpy(header->grh.destination_gid.raw,