Searched defs:ib_pd (Results 1 – 2 of 2) sorted by relevance
566 struct ib_pd *ib_pd = qp->ib_qp.pd; in bnxt_re_legacy_bind_fence_mw() local762 void bnxt_re_dealloc_pd(struct ib_pd *ib_pd, struct ib_udata *udata) in bnxt_re_dealloc_pd()996 struct ib_pd *ib_pd = ib_ah->pd; in bnxt_re_create_ah() local1214 struct ib_pd *ib_pd = ib_srq->pd; in bnxt_re_create_srq() local1789 struct ib_pd *ib_pd; in bnxt_re_update_shadow_ah() local2309 struct ib_pd *ib_pd = qp_in; in bnxt_re_create_qp() local4773 struct ib_mr *bnxt_re_get_dma_mr(struct ib_pd *ib_pd, int mr_access_flags) in bnxt_re_get_dma_mr()4886 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type, in bnxt_re_alloc_mr()4953 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw()5052 struct ib_mr *bnxt_re_reg_user_mr(struct ib_pd *ib_pd, u64 start, u64 length, in bnxt_re_reg_user_mr()[all …]
1428 struct ib_pd { struct1429 u32 local_dma_lkey;1430 u32 flags;1454 struct ib_pd *pd; argument