/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.c | 251 static int rxe_dealloc_pd(struct ib_pd *ibpd) in rxe_dealloc_pd() 283 static struct ib_ah *rxe_create_ah(struct ib_pd *ibpd, in rxe_create_ah() 403 static struct ib_srq *rxe_create_srq(struct ib_pd *ibpd, in rxe_create_srq() 514 static struct ib_qp *rxe_create_qp(struct ib_pd *ibpd, in rxe_create_qp() 996 static struct ib_mr *rxe_get_dma_mr(struct ib_pd *ibpd, int access) in rxe_get_dma_mr() 1027 static struct ib_mr *rxe_reg_user_mr(struct ib_pd *ibpd, in rxe_reg_user_mr() 1074 static struct ib_mr *rxe_alloc_mr(struct ib_pd *ibpd, in rxe_alloc_mr()
|
D | rxe_qp.c | 336 struct ib_pd *ibpd) in rxe_qp_from_init()
|
/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 60 struct ib_pd ibpd; member 109 struct usnic_ib_pd *to_upd(struct ib_pd *ibpd) in to_upd()
|
/drivers/infiniband/sw/rdmavt/ |
D | pd.c | 107 int rvt_dealloc_pd(struct ib_pd *ibpd) in rvt_dealloc_pd()
|
D | srq.c | 75 struct ib_srq *rvt_create_srq(struct ib_pd *ibpd, in rvt_create_srq()
|
D | qp.c | 768 struct ib_qp *rvt_create_qp(struct ib_pd *ibpd, in rvt_create_qp()
|
/drivers/infiniband/hw/qedr/ |
D | verbs.c | 524 int qedr_dealloc_pd(struct ib_pd *ibpd) in qedr_dealloc_pd() 1166 static int qedr_check_qp_attrs(struct ib_pd *ibpd, struct qedr_dev *dev, in qedr_check_qp_attrs() 1351 struct ib_pd *ibpd, in qedr_create_user_qp() 1484 struct ib_pd *ibpd, in qedr_create_kernel_qp() 1553 struct ib_qp *qedr_create_qp(struct ib_pd *ibpd, in qedr_create_qp() 2155 struct ib_ah *qedr_create_ah(struct ib_pd *ibpd, struct rdma_ah_attr *attr, in qedr_create_ah() 2237 struct ib_mr *qedr_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in qedr_reg_user_mr() 2347 static struct qedr_mr *__qedr_alloc_mr(struct ib_pd *ibpd, in __qedr_alloc_mr() 2415 struct ib_mr *qedr_alloc_mr(struct ib_pd *ibpd, in qedr_alloc_mr() 2492 struct ib_mr *qedr_get_dma_mr(struct ib_pd *ibpd, int acc) in qedr_get_dma_mr()
|
D | qedr.h | 286 struct ib_pd ibpd; member 488 static inline struct qedr_pd *get_qedr_pd(struct ib_pd *ibpd) in get_qedr_pd()
|
/drivers/infiniband/hw/hns/ |
D | hns_roce_ah.c | 42 struct ib_ah *hns_roce_create_ah(struct ib_pd *ibpd, in hns_roce_create_ah()
|
D | hns_roce_device.h | 191 struct ib_pd ibpd; member 588 static inline struct hns_roce_pd *to_hr_pd(struct ib_pd *ibpd) in to_hr_pd()
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_verbs.c | 754 int ocrdma_dealloc_pd(struct ib_pd *ibpd) in ocrdma_dealloc_pd() 804 struct ib_mr *ocrdma_get_dma_mr(struct ib_pd *ibpd, int acc) in ocrdma_get_dma_mr() 952 struct ib_mr *ocrdma_reg_user_mr(struct ib_pd *ibpd, u64 start, u64 len, in ocrdma_reg_user_mr() 1209 static int ocrdma_check_qp_params(struct ib_pd *ibpd, struct ocrdma_dev *dev, in ocrdma_check_qp_params() 1404 struct ib_qp *ocrdma_create_qp(struct ib_pd *ibpd, in ocrdma_create_qp() 1879 struct ib_srq *ocrdma_create_srq(struct ib_pd *ibpd, in ocrdma_create_srq() 3014 struct ib_mr *ocrdma_alloc_mr(struct ib_pd *ibpd, in ocrdma_alloc_mr()
|
D | ocrdma_ah.c | 158 struct ib_ah *ocrdma_create_ah(struct ib_pd *ibpd, struct rdma_ah_attr *attr, in ocrdma_create_ah()
|
D | ocrdma.h | 347 struct ib_pd ibpd; member 468 static inline struct ocrdma_pd *get_ocrdma_pd(struct ib_pd *ibpd) in get_ocrdma_pd()
|
/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 374 static int i40iw_dealloc_pd(struct ib_pd *ibpd) in i40iw_dealloc_pd() 575 static struct ib_qp *i40iw_create_qp(struct ib_pd *ibpd, in i40iw_create_qp() 2073 struct ib_pd *ibpd = ib_mr->pd; in i40iw_dereg_mr() local 2726 static struct ib_ah *i40iw_create_ah(struct ib_pd *ibpd, in i40iw_create_ah()
|
D | i40iw_verbs.h | 49 struct ib_pd ibpd; member
|
D | i40iw.h | 352 static inline struct i40iw_pd *to_iwpd(struct ib_pd *ibpd) in to_iwpd()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 45 struct ib_pd ibpd; member 50 static inline struct iwch_pd *to_iwch_pd(struct ib_pd *ibpd) in to_iwch_pd()
|
/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 59 static struct ib_mw *nes_alloc_mw(struct ib_pd *ibpd, enum ib_mw_type type, in nes_alloc_mw() 308 static struct ib_mr *nes_alloc_mr(struct ib_pd *ibpd, in nes_alloc_mr() 727 static int nes_dealloc_pd(struct ib_pd *ibpd) in nes_dealloc_pd() 996 static struct ib_qp *nes_create_qp(struct ib_pd *ibpd, in nes_create_qp()
|
D | nes_verbs.h | 66 struct ib_pd ibpd; member
|
D | nes.h | 476 static inline struct nes_pd *to_nespd(struct ib_pd *ibpd) in to_nespd()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 98 struct ib_pd ibpd; member 314 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
|
/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma.h | 128 struct ib_pd ibpd; member 249 static inline struct pvrdma_pd *to_vpd(struct ib_pd *ibpd) in to_vpd()
|
/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 97 struct ib_pd ibpd; member 665 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
|
/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 149 struct ib_pd ibpd; member 775 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 362 struct ib_pd ibpd; member 367 static inline struct c4iw_pd *to_c4iw_pd(struct ib_pd *ibpd) in to_c4iw_pd()
|