Home
last modified time | relevance | path

Searched defs:ib_pd (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c499 struct ib_pd *ib_pd = qp->ib_qp.pd; in bnxt_re_bind_fence_mw() local
673 int bnxt_re_dealloc_pd(struct ib_pd *ib_pd, struct ib_udata *udata) in bnxt_re_dealloc_pd()
807 struct ib_pd *ib_pd = ib_ah->pd; in bnxt_re_create_ah() local
1646 struct ib_pd *ib_pd; in bnxt_re_create_qp() local
1879 struct ib_pd *ib_pd; in bnxt_re_create_srq() local
4002 struct ib_mr *bnxt_re_get_dma_mr(struct ib_pd *ib_pd, int mr_access_flags) in bnxt_re_get_dma_mr()
4097 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type, in bnxt_re_alloc_mr()
4156 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw()
4208 static struct ib_mr *__bnxt_re_user_reg_mr(struct ib_pd *ib_pd, u64 length, u64 virt_addr, in __bnxt_re_user_reg_mr()
4282 struct ib_mr *bnxt_re_reg_user_mr(struct ib_pd *ib_pd, u64 start, u64 length, in bnxt_re_reg_user_mr()
[all …]
/linux/include/rdma/
H A Dib_verbs.h1568 struct ib_pd { argument
1567 struct ib_pd { global() struct
1569 flagsib_pd global() argument
1593 resib_pd global() argument
[all...]
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h84 struct ib_pd *ib_pd; member
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4301 static inline int get_pdn(struct ib_pd *ib_pd) in get_pdn()