Lines Matching refs:grh
1322 ah->grh.sgid_index); in _mlx4_set_path()
1332 path->hop_limit = ah->grh.hop_limit; in _mlx4_set_path()
1334 cpu_to_be32((ah->grh.traffic_class << 20) | in _mlx4_set_path()
1335 (ah->grh.flow_label)); in _mlx4_set_path()
1336 memcpy(path->rgid, ah->grh.dgid.raw, 16); in _mlx4_set_path()
1656 int index = attr->ah_attr.grh.sgid_index; in __mlx4_ib_modify_qp()
2327 sqp->ud_header.grh.traffic_class = in build_mlx_header()
2329 sqp->ud_header.grh.flow_label = in build_mlx_header()
2331 sqp->ud_header.grh.hop_limit = ah->av.ib.hop_limit; in build_mlx_header()
2333 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16); in build_mlx_header()
2339 sqp->ud_header.grh.source_gid.global.subnet_prefix = in build_mlx_header()
2342 sqp->ud_header.grh.source_gid.global.interface_id = in build_mlx_header()
2349 &sqp->ud_header.grh.source_gid, NULL); in build_mlx_header()
2351 memcpy(sqp->ud_header.grh.destination_gid.raw, in build_mlx_header()
3218 ib_ah_attr->grh.sgid_index = path->mgid_index; in to_ib_ah_attr()
3219 ib_ah_attr->grh.hop_limit = path->hop_limit; in to_ib_ah_attr()
3220 ib_ah_attr->grh.traffic_class = in to_ib_ah_attr()
3222 ib_ah_attr->grh.flow_label = in to_ib_ah_attr()
3224 memcpy(ib_ah_attr->grh.dgid.raw, in to_ib_ah_attr()
3225 path->rgid, sizeof ib_ah_attr->grh.dgid.raw); in to_ib_ah_attr()