Home
last modified time | relevance | path

Searched refs:base_pd (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/sw/siw/
Dsiw_verbs.h52 int siw_alloc_pd(struct ib_pd *base_pd, struct ib_udata *udata);
53 void siw_dealloc_pd(struct ib_pd *base_pd, struct ib_udata *udata);
54 struct ib_qp *siw_create_qp(struct ib_pd *base_pd,
69 struct ib_mr *siw_reg_user_mr(struct ib_pd *base_pd, u64 start, u64 len,
71 struct ib_mr *siw_alloc_mr(struct ib_pd *base_pd, enum ib_mr_type mr_type,
73 struct ib_mr *siw_get_dma_mr(struct ib_pd *base_pd, int rights);
Dsiw_main.c297 INIT_RDMA_OBJ_SIZE(ib_pd, siw_pd, base_pd),
Dsiw.h68 struct ib_pd base_pd; member