Searched defs:ib_pd (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ | 
| D | ib_verbs.c | 433 	struct ib_pd *ib_pd = qp->ib_qp.pd;  in bnxt_re_bind_fence_mw()  local 556 void bnxt_re_dealloc_pd(struct ib_pd *ib_pd, struct ib_udata *udata)  in bnxt_re_dealloc_pd() 655 	struct ib_pd *ib_pd = ib_ah->pd;  in bnxt_re_create_ah()  local 1001 struct ib_qp *bnxt_re_create_qp(struct ib_pd *ib_pd,  in bnxt_re_create_qp() 1343 	struct ib_pd *ib_pd = ib_srq->pd;  in bnxt_re_create_srq()  local 3275 struct ib_mr *bnxt_re_get_dma_mr(struct ib_pd *ib_pd, int mr_access_flags)  in bnxt_re_get_dma_mr() 3363 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type type,  in bnxt_re_alloc_mr() 3419 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,  in bnxt_re_alloc_mw() 3499 struct ib_mr *bnxt_re_reg_user_mr(struct ib_pd *ib_pd, u64 start, u64 length,  in bnxt_re_reg_user_mr()
  | 
| D | ib_verbs.h | 59 	struct ib_pd            ib_pd;  member
  | 
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_qp.c | 683 				     struct ib_pd *ib_pd,  in hns_roce_create_qp_common()
  | 
| D | hns_roce_mr.c | 1512 struct ib_mw *hns_roce_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,  in hns_roce_alloc_mw()
  | 
| /Linux-v5.4/include/rdma/ | 
| D | ib_verbs.h | 1500 struct ib_pd {  struct 1501 	u32			local_dma_lkey; 1502 	u32			flags; 1503 	struct ib_device       *device; 1527 	struct ib_pd		*pd;  argument
  |