Home
last modified time | relevance | path

Searched refs:qplib_ah (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c775 rc = bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, block); in bnxt_re_destroy_ah()
826 ah->qplib_ah.pd = &pd->qplib_pd; in bnxt_re_create_ah()
829 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw, in bnxt_re_create_ah()
836 ah->qplib_ah.sgid_index = ctx->idx; in bnxt_re_create_ah()
837 ah->qplib_ah.host_sgid_index = grh->sgid_index; in bnxt_re_create_ah()
838 ah->qplib_ah.traffic_class = grh->traffic_class; in bnxt_re_create_ah()
839 ah->qplib_ah.flow_label = grh->flow_label; in bnxt_re_create_ah()
840 ah->qplib_ah.hop_limit = grh->hop_limit; in bnxt_re_create_ah()
841 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah()
845 ah->qplib_ah.nw_type = bnxt_re_stack_to_dev_nw_type(nw_type); in bnxt_re_create_ah()
[all …]