Lines Matching refs:grh
1412 ah->grh.sgid_index); in _mlx4_set_path()
1422 path->hop_limit = ah->grh.hop_limit; in _mlx4_set_path()
1424 cpu_to_be32((ah->grh.traffic_class << 20) | in _mlx4_set_path()
1425 (ah->grh.flow_label)); in _mlx4_set_path()
1426 memcpy(path->rgid, ah->grh.dgid.raw, 16); in _mlx4_set_path()
1776 int index = attr->ah_attr.grh.sgid_index; in __mlx4_ib_modify_qp()
2508 sqp->ud_header.grh.traffic_class = in build_mlx_header()
2510 sqp->ud_header.grh.flow_label = in build_mlx_header()
2512 sqp->ud_header.grh.hop_limit = ah->av.ib.hop_limit; in build_mlx_header()
2514 memcpy(sqp->ud_header.grh.source_gid.raw, sgid.raw, 16); in build_mlx_header()
2521 sqp->ud_header.grh.source_gid.global.subnet_prefix = in build_mlx_header()
2525 sqp->ud_header.grh.source_gid.global.interface_id = in build_mlx_header()
2532 &sqp->ud_header.grh.source_gid, NULL); in build_mlx_header()
2535 memcpy(sqp->ud_header.grh.destination_gid.raw, in build_mlx_header()
3416 ib_ah_attr->grh.sgid_index = path->mgid_index; in to_ib_ah_attr()
3417 ib_ah_attr->grh.hop_limit = path->hop_limit; in to_ib_ah_attr()
3418 ib_ah_attr->grh.traffic_class = in to_ib_ah_attr()
3420 ib_ah_attr->grh.flow_label = in to_ib_ah_attr()
3422 memcpy(ib_ah_attr->grh.dgid.raw, in to_ib_ah_attr()
3423 path->rgid, sizeof ib_ah_attr->grh.dgid.raw); in to_ib_ah_attr()