Lines Matching refs:grh
657 const struct ib_global_route *grh = rdma_ah_read_grh(ah_attr); in bnxt_re_create_ah() local
673 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw, in bnxt_re_create_ah()
680 ah->qplib_ah.sgid_index = grh->sgid_index / 2; in bnxt_re_create_ah()
681 ah->qplib_ah.host_sgid_index = grh->sgid_index; in bnxt_re_create_ah()
682 ah->qplib_ah.traffic_class = grh->traffic_class; in bnxt_re_create_ah()
683 ah->qplib_ah.flow_label = grh->flow_label; in bnxt_re_create_ah()
684 ah->qplib_ah.hop_limit = grh->hop_limit; in bnxt_re_create_ah()
687 sgid_attr = grh->sgid_attr; in bnxt_re_create_ah()
1609 const struct ib_global_route *grh = in bnxt_re_modify_qp() local
1620 memcpy(qp->qplib_qp.ah.dgid.data, grh->dgid.raw, in bnxt_re_modify_qp()
1622 qp->qplib_qp.ah.flow_label = grh->flow_label; in bnxt_re_modify_qp()
1627 qp->qplib_qp.ah.sgid_index = grh->sgid_index / 2; in bnxt_re_modify_qp()
1628 qp->qplib_qp.ah.host_sgid_index = grh->sgid_index; in bnxt_re_modify_qp()
1629 qp->qplib_qp.ah.hop_limit = grh->hop_limit; in bnxt_re_modify_qp()
1630 qp->qplib_qp.ah.traffic_class = grh->traffic_class; in bnxt_re_modify_qp()
1635 sgid_attr = qp_attr->ah_attr.grh.sgid_attr; in bnxt_re_modify_qp()
1912 memcpy(qp->qp1_hdr.grh.source_gid.raw, sgid_attr->gid.raw, in bnxt_re_build_qp1_send_v2()
1914 memcpy(qp->qp1_hdr.grh.destination_gid.raw, qplib_ah->dgid.data, in bnxt_re_build_qp1_send_v2()
1916 qp->qp1_hdr.grh.hop_limit = qplib_ah->hop_limit; in bnxt_re_build_qp1_send_v2()