/drivers/infiniband/sw/rdmavt/ |
D | pd.c | 18 int rvt_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rvt_alloc_pd() 56 int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rvt_dealloc_pd()
|
/drivers/infiniband/hw/erdma/ |
D | erdma_verbs.c | 355 int erdma_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in erdma_alloc_pd() 370 int erdma_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in erdma_dealloc_pd() 770 struct ib_mr *erdma_get_dma_mr(struct ib_pd *ibpd, int acc) in erdma_get_dma_mr() 807 struct ib_mr *erdma_ib_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in erdma_ib_alloc_mr() 905 struct ib_mr *erdma_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in erdma_reg_user_mr()
|
D | erdma_verbs.h | 55 struct ib_pd ibpd; member
|
/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.c | 140 static int rxe_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rxe_alloc_pd() 148 static int rxe_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in rxe_dealloc_pd() 866 static struct ib_mr *rxe_get_dma_mr(struct ib_pd *ibpd, int access) in rxe_get_dma_mr() 885 static struct ib_mr *rxe_reg_user_mr(struct ib_pd *ibpd, in rxe_reg_user_mr() 916 static struct ib_mr *rxe_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in rxe_alloc_mr()
|
D | rxe_qp.c | 305 struct ib_pd *ibpd, in rxe_qp_from_init()
|
D | rxe_verbs.h | 41 struct ib_pd ibpd; member
|
/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 60 struct ib_pd ibpd; member 113 struct usnic_ib_pd *to_upd(struct ib_pd *ibpd) in to_upd()
|
D | usnic_ib_verbs.c | 442 int usnic_ib_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in usnic_ib_alloc_pd()
|
/drivers/infiniband/hw/efa/ |
D | efa_verbs.c | 137 static inline struct efa_pd *to_epd(struct ib_pd *ibpd) in to_epd() 369 int efa_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in efa_alloc_pd() 413 int efa_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in efa_dealloc_pd() 1556 static struct efa_mr *efa_alloc_mr(struct ib_pd *ibpd, int access_flags, in efa_alloc_mr() 1589 static int efa_register_mr(struct ib_pd *ibpd, struct efa_mr *mr, u64 start, in efa_register_mr() 1650 struct ib_mr *efa_reg_user_mr_dmabuf(struct ib_pd *ibpd, u64 start, in efa_reg_user_mr_dmabuf() 1690 struct ib_mr *efa_reg_mr(struct ib_pd *ibpd, u64 start, u64 length, in efa_reg_mr()
|
D | efa.h | 79 struct ib_pd ibpd; member
|
/drivers/infiniband/hw/qedr/ |
D | verbs.c | 436 int qedr_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in qedr_alloc_pd() 479 int qedr_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in qedr_dealloc_pd() 1190 static int qedr_check_qp_attrs(struct ib_pd *ibpd, struct qedr_dev *dev, in qedr_check_qp_attrs() 1841 struct ib_pd *ibpd, in qedr_create_user_qp() 2163 struct ib_pd *ibpd, in qedr_create_kernel_qp() 2263 struct ib_pd *ibpd = ibqp->pd; in qedr_create_qp() local 2954 struct ib_mr *qedr_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in qedr_reg_user_mr() 3066 static struct qedr_mr *__qedr_alloc_mr(struct ib_pd *ibpd, in __qedr_alloc_mr() 3138 struct ib_mr *qedr_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in qedr_alloc_mr() 3212 struct ib_mr *qedr_get_dma_mr(struct ib_pd *ibpd, int acc) in qedr_get_dma_mr()
|
D | qedr.h | 308 struct ib_pd ibpd; member 579 static inline struct qedr_pd *get_qedr_pd(struct ib_pd *ibpd) in get_qedr_pd()
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 629 int ocrdma_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in ocrdma_alloc_pd() 669 int ocrdma_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in ocrdma_dealloc_pd() 718 struct ib_mr *ocrdma_get_dma_mr(struct ib_pd *ibpd, int acc) in ocrdma_get_dma_mr() 849 struct ib_mr *ocrdma_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in ocrdma_reg_user_mr() 1097 static int ocrdma_check_qp_params(struct ib_pd *ibpd, struct ocrdma_dev *dev, in ocrdma_check_qp_params() 1297 struct ib_pd *ibpd = ibqp->pd; in ocrdma_create_qp() local 2897 struct ib_mr *ocrdma_alloc_mr(struct ib_pd *ibpd, enum ib_mr_type mr_type, in ocrdma_alloc_mr()
|
D | ocrdma.h | 345 struct ib_pd ibpd; member 466 static inline struct ocrdma_pd *get_ocrdma_pd(struct ib_pd *ibpd) in get_ocrdma_pd()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_pd.c | 45 int hns_roce_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in hns_roce_alloc_pd()
|
D | hns_roce_device.h | 210 struct ib_pd ibpd; member 979 static inline struct hns_roce_pd *to_hr_pd(struct ib_pd *ibpd) in to_hr_pd()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 80 struct ib_pd ibpd; member 291 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
|
D | mthca_provider.c | 348 static int mthca_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in mthca_alloc_pd()
|
/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_verbs.c | 427 int pvrdma_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in pvrdma_alloc_pd()
|
D | pvrdma.h | 128 struct ib_pd ibpd; member 269 static inline struct pvrdma_pd *to_vpd(struct ib_pd *ibpd) in to_vpd()
|
/drivers/infiniband/hw/irdma/ |
D | verbs.c | 415 static int irdma_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in irdma_dealloc_pd() 803 struct ib_pd *ibpd = ibqp->pd; in irdma_create_qp() local 2537 struct ib_pd *ibpd = ibmw->pd; in irdma_dealloc_mw() local 3051 struct ib_pd *ibpd = ib_mr->pd; in irdma_dereg_mr() local
|
D | verbs.h | 25 struct ib_pd ibpd; member
|
D | main.h | 373 static inline struct irdma_pd *to_iwpd(struct ib_pd *ibpd) in to_iwpd()
|
/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 93 struct ib_pd ibpd; member 678 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 361 struct ib_pd ibpd; member 366 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) in to_c4iw_pd()
|