Lines Matching refs:grh
1327 ah->grh.sgid_index); in _mlx4_set_path()
1337 path->hop_limit = ah->grh.hop_limit; in _mlx4_set_path()
1339 cpu_to_be32((ah->grh.traffic_class << 20) | in _mlx4_set_path()
1340 (ah->grh.flow_label)); in _mlx4_set_path()
1341 memcpy(path->rgid, ah->grh.dgid.raw, 16); in _mlx4_set_path()
1661 int index = attr->ah_attr.grh.sgid_index; in __mlx4_ib_modify_qp()
2335 sqp->ud_header.grh.traffic_class = in build_mlx_header()
2337 sqp->ud_header.grh.flow_label = in build_mlx_header()
2339 sqp->ud_header.grh.hop_limit = ah->av.ib.hop_limit; in build_mlx_header()
2341 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16); in build_mlx_header()
2348 sqp->ud_header.grh.source_gid.global.subnet_prefix = in build_mlx_header()
2352 sqp->ud_header.grh.source_gid.global.interface_id = in build_mlx_header()
2359 &sqp->ud_header.grh.source_gid, NULL); in build_mlx_header()
2362 memcpy(sqp->ud_header.grh.destination_gid.raw, in build_mlx_header()
3234 ib_ah_attr->grh.sgid_index = path->mgid_index; in to_ib_ah_attr()
3235 ib_ah_attr->grh.hop_limit = path->hop_limit; in to_ib_ah_attr()
3236 ib_ah_attr->grh.traffic_class = in to_ib_ah_attr()
3238 ib_ah_attr->grh.flow_label = in to_ib_ah_attr()
3240 memcpy(ib_ah_attr->grh.dgid.raw, in to_ib_ah_attr()
3241 path->rgid, sizeof ib_ah_attr->grh.dgid.raw); in to_ib_ah_attr()