Lines Matching refs:ibpd
140 static int rxe_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rxe_alloc_pd() argument
142 struct rxe_dev *rxe = to_rdev(ibpd->device); in rxe_alloc_pd()
143 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_pd()
148 static int rxe_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rxe_dealloc_pd() argument
150 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
891 static struct ib_mr *rxe_get_dma_mr(struct ib_pd *ibpd, int access) in rxe_get_dma_mr() argument
893 struct rxe_dev *rxe = to_rdev(ibpd->device); in rxe_get_dma_mr()
894 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
908 static struct ib_mr *rxe_reg_user_mr(struct ib_pd *ibpd, in rxe_reg_user_mr() argument
915 struct rxe_dev *rxe = to_rdev(ibpd->device); in rxe_reg_user_mr()
916 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
943 static struct ib_mr *rxe_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in rxe_alloc_mr() argument
946 struct rxe_dev *rxe = to_rdev(ibpd->device); in rxe_alloc_mr()
947 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()
1113 INIT_RDMA_OBJ_SIZE(ib_pd, rxe_pd, ibpd),