Lines Matching refs:grh
38 enum ib_gid_type gid_type = ah_attr->grh.sgid_attr->gid_type; in mlx5_ah_get_udp_sport()
43 (ah_attr->grh.flow_label & IB_GRH_FLOWLABEL_MASK)) in mlx5_ah_get_udp_sport()
45 rdma_flow_label_to_udp_sport(ah_attr->grh.flow_label)); in mlx5_ah_get_udp_sport()
48 ah_attr->grh.sgid_attr); in mlx5_ah_get_udp_sport()
60 const struct ib_global_route *grh = rdma_ah_read_grh(ah_attr); in create_ib_ah() local
62 memcpy(ah->av.rgid, &grh->dgid, 16); in create_ib_ah()
63 ah->av.grh_gid_fl = cpu_to_be32(grh->flow_label | in create_ib_ah()
65 grh->sgid_index << 20); in create_ib_ah()
66 ah->av.hop_limit = grh->hop_limit; in create_ib_ah()
67 ah->av.tclass = grh->traffic_class; in create_ib_ah()
77 gid_type = ah_attr->grh.sgid_attr->gid_type; in create_ib_ah()