Searched defs:ib_pd (Results 1 – 2 of 2) sorted by relevance
620 struct ib_pd *ib_pd = qp->ib_qp.pd; in bnxt_re_legacy_bind_fence_mw() local816 void bnxt_re_dealloc_pd(struct ib_pd *ib_pd, struct ib_udata *udata) in bnxt_re_dealloc_pd()1050 struct ib_pd *ib_pd = ib_ah->pd; in bnxt_re_create_ah() local1268 struct ib_pd *ib_pd = ib_srq->pd; in bnxt_re_create_srq() local1851 struct ib_pd *ib_pd; in bnxt_re_update_shadow_ah() local2388 struct ib_pd *ib_pd = qp_in; in bnxt_re_create_qp() local4853 struct ib_mr *bnxt_re_get_dma_mr(struct ib_pd *ib_pd, int mr_access_flags) in bnxt_re_get_dma_mr()4966 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type, in bnxt_re_alloc_mr()5033 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw()5132 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