Searched refs:qplib_ah (Results 1 – 2 of 2) sorted by relevance
610 bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, in bnxt_re_destroy_ah()653 ah->qplib_ah.pd = &pd->qplib_pd; in bnxt_re_create_ah()656 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw, in bnxt_re_create_ah()663 ah->qplib_ah.sgid_index = ctx->idx; in bnxt_re_create_ah()664 ah->qplib_ah.host_sgid_index = grh->sgid_index; in bnxt_re_create_ah()665 ah->qplib_ah.traffic_class = grh->traffic_class; in bnxt_re_create_ah()666 ah->qplib_ah.flow_label = grh->flow_label; in bnxt_re_create_ah()667 ah->qplib_ah.hop_limit = grh->hop_limit; in bnxt_re_create_ah()668 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah()672 ah->qplib_ah.nw_type = bnxt_re_stack_to_dev_nw_type(nw_type); in bnxt_re_create_ah()[all …]
68 struct bnxt_qplib_ah qplib_ah; member