Searched refs:qplib_ah (Results 1 – 2 of 2) sorted by relevance
630 bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, in bnxt_re_destroy_ah()670 ah->qplib_ah.pd = &pd->qplib_pd; in bnxt_re_create_ah()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()685 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah()690 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