Searched refs:qplib_ah (Results 1 – 2 of 2) sorted by relevance
656 rc = bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah); in bnxt_re_destroy_ah()685 ah->qplib_ah.pd = &pd->qplib_pd; in bnxt_re_create_ah()688 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw, in bnxt_re_create_ah()695 ah->qplib_ah.sgid_index = grh->sgid_index / 2; in bnxt_re_create_ah()696 ah->qplib_ah.host_sgid_index = grh->sgid_index; in bnxt_re_create_ah()697 ah->qplib_ah.traffic_class = grh->traffic_class; in bnxt_re_create_ah()698 ah->qplib_ah.flow_label = grh->flow_label; in bnxt_re_create_ah()699 ah->qplib_ah.hop_limit = grh->hop_limit; in bnxt_re_create_ah()700 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah()713 ah->qplib_ah.nw_type = CMDQ_CREATE_AH_TYPE_V2IPV4; in bnxt_re_create_ah()[all …]
68 struct bnxt_qplib_ah qplib_ah; member