Searched refs:qplib_ah (Results 1 – 2 of 2) sorted by relevance
792 rc = bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, block); in bnxt_re_destroy_ah()843 ah->qplib_ah.pd = &pd->qplib_pd; in bnxt_re_create_ah()846 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw, in bnxt_re_create_ah()853 ah->qplib_ah.sgid_index = ctx->idx; in bnxt_re_create_ah()854 ah->qplib_ah.host_sgid_index = grh->sgid_index; in bnxt_re_create_ah()855 ah->qplib_ah.traffic_class = grh->traffic_class; in bnxt_re_create_ah()856 ah->qplib_ah.flow_label = grh->flow_label; in bnxt_re_create_ah()857 ah->qplib_ah.hop_limit = grh->hop_limit; in bnxt_re_create_ah()858 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah()862 ah->qplib_ah.nw_type = bnxt_re_stack_to_dev_nw_type(nw_type); in bnxt_re_create_ah()[all …]
70 struct bnxt_qplib_ah qplib_ah; member