Lines Matching defs:grh
959 struct ib_global_route grh;
3689 * @grh: References the received global route header. This parameter is
3702 const struct ib_wc *wc, const struct ib_grh *grh,
3710 * @grh: References the received global route header. This parameter is
3718 const struct ib_grh *grh, u32 port_num);
4702 return &attr->grh;
4705 /*To retrieve and modify the grh */
4709 return &attr->grh;
4714 struct ib_global_route *grh = rdma_ah_retrieve_grh(attr);
4716 memcpy(grh->dgid.raw, dgid, sizeof(grh->dgid));
4722 struct ib_global_route *grh = rdma_ah_retrieve_grh(attr);
4724 grh->dgid.global.subnet_prefix = prefix;
4730 struct ib_global_route *grh = rdma_ah_retrieve_grh(attr);
4732 grh->dgid.global.interface_id = if_id;
4740 struct ib_global_route *grh = rdma_ah_retrieve_grh(attr);
4744 grh->dgid = *dgid;
4745 grh->flow_label = flow_label;
4746 grh->sgid_index = sgid_index;
4747 grh->hop_limit = hop_limit;
4748 grh->traffic_class = traffic_class;
4749 grh->sgid_attr = NULL;