Searched refs:qplib_ah (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c702 rc = bnxt_qplib_destroy_ah(&rdev->qplib_res, &ah->qplib_ah, block);
753 ah->qplib_ah.pd = &pd->qplib_pd;
756 memcpy(ah->qplib_ah.dgid.data, grh->dgid.raw,
763 ah->qplib_ah.sgid_index = ctx->idx;
764 ah->qplib_ah.host_sgid_index = grh->sgid_index;
765 ah->qplib_ah.traffic_class = grh->traffic_class;
766 ah->qplib_ah.flow_label = grh->flow_label;
767 ah->qplib_ah.hop_limit = grh->hop_limit;
768 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr);
772 ah->qplib_ah
2248 struct bnxt_qplib_ah *qplib_ah = &ah->qplib_ah; local
[all...]
H A Dib_verbs.h70 struct bnxt_qplib_ah qplib_ah; member in struct:bnxt_re_ah

Completed in 189 milliseconds