Home
last modified time | relevance | path

Searched refs:ib_pd (Results 1 – 25 of 112) sorted by relevance

12345

/linux/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h59 struct ib_pd ib_pd; member
165 int bnxt_re_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
166 int bnxt_re_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata);
197 struct ib_mr *bnxt_re_get_dma_mr(struct ib_pd *pd, int mr_access_flags);
201 struct ib_mr *bnxt_re_alloc_mr(struct ib_pd *ib_pd, enum ib_mr_type mr_type,
204 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,
207 struct ib_mr *bnxt_re_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
A Dib_verbs.c417 struct ib_pd *ib_pd = qp->ib_qp.pd; in bnxt_re_bind_fence_mw() local
418 struct bnxt_re_pd *pd = container_of(ib_pd, struct bnxt_re_pd, ib_pd); in bnxt_re_bind_fence_mw()
538 int bnxt_re_dealloc_pd(struct ib_pd *ib_pd, struct ib_udata *udata) in bnxt_re_dealloc_pd() argument
540 struct bnxt_re_pd *pd = container_of(ib_pd, struct bnxt_re_pd, ib_pd); in bnxt_re_dealloc_pd()
646 struct ib_pd *ib_pd = ib_ah->pd; in bnxt_re_create_ah() local
647 struct bnxt_re_pd *pd = container_of(ib_pd, struct bnxt_re_pd, ib_pd); in bnxt_re_create_ah()
1411 struct ib_pd *ib_pd = ib_qp->pd; in bnxt_re_create_qp() local
1412 struct bnxt_re_pd *pd = container_of(ib_pd, struct bnxt_re_pd, ib_pd); in bnxt_re_create_qp()
1614 struct ib_pd *ib_pd; in bnxt_re_create_srq() local
1617 ib_pd = ib_srq->pd; in bnxt_re_create_srq()
[all …]
/linux/drivers/infiniband/hw/ocrdma/
A Docrdma_verbs.h70 int ocrdma_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
71 int ocrdma_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata);
100 struct ib_mr *ocrdma_get_dma_mr(struct ib_pd *, int acc);
101 struct ib_mr *ocrdma_reg_user_mr(struct ib_pd *, u64 start, u64 length,
103 struct ib_mr *ocrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/linux/drivers/infiniband/hw/qedr/
A Dverbs.h50 int qedr_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
51 int qedr_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata);
79 struct ib_mr *qedr_get_dma_mr(struct ib_pd *, int acc);
81 struct ib_mr *qedr_reg_user_mr(struct ib_pd *, u64 start, u64 length,
87 struct ib_mr *qedr_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
/linux/drivers/infiniband/sw/siw/
A Dsiw_verbs.h51 int siw_alloc_pd(struct ib_pd *base_pd, struct ib_udata *udata);
52 int siw_dealloc_pd(struct ib_pd *base_pd, struct ib_udata *udata);
67 struct ib_mr *siw_reg_user_mr(struct ib_pd *base_pd, u64 start, u64 len,
69 struct ib_mr *siw_alloc_mr(struct ib_pd *base_pd, enum ib_mr_type mr_type,
71 struct ib_mr *siw_get_dma_mr(struct ib_pd *base_pd, int rights);
A Dsiw_mem.h15 int siw_invalidate_stag(struct ib_pd *pd, u32 stag);
16 int siw_check_mem(struct ib_pd *pd, struct siw_mem *mem, u64 addr,
18 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge,
22 int siw_mr_add_mem(struct siw_mr *mr, struct ib_pd *pd, void *mem_obj,
A Dsiw_mem.c89 int siw_mr_add_mem(struct siw_mr *mr, struct ib_pd *pd, void *mem_obj, in siw_mr_add_mem()
168 int siw_check_mem(struct ib_pd *pd, struct siw_mem *mem, u64 addr, in siw_check_mem()
222 int siw_check_sge(struct ib_pd *pd, struct siw_sge *sge, struct siw_mem *mem[], in siw_check_sge()
292 int siw_invalidate_stag(struct ib_pd *pd, u32 stag) in siw_invalidate_stag()
/linux/drivers/infiniband/sw/rdmavt/
A Dmr.h26 struct ib_mr *rvt_get_dma_mr(struct ib_pd *pd, int acc);
27 struct ib_mr *rvt_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
31 struct ib_mr *rvt_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
A Dpd.h11 int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
12 int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
A Dpd.c18 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()
/linux/drivers/infiniband/hw/efa/
A Defa.h79 struct ib_pd ibpd;
146 int efa_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
147 int efa_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
154 struct ib_mr *efa_reg_mr(struct ib_pd *ibpd, u64 start, u64 length,
157 struct ib_mr *efa_reg_user_mr_dmabuf(struct ib_pd *ibpd, u64 start,
/linux/drivers/infiniband/hw/usnic/
A Dusnic_ib_verbs.h51 int usnic_ib_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
52 int usnic_ib_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata);
61 struct ib_mr *usnic_ib_reg_mr(struct ib_pd *pd, u64 start, u64 length,
A Dusnic_ib.h60 struct ib_pd ibpd;
113 struct usnic_ib_pd *to_upd(struct ib_pd *ibpd) in to_upd()
/linux/drivers/infiniband/hw/mlx5/
A Dmlx5_ib.h214 struct ib_pd ibpd;
545 struct ib_pd *pd;
748 struct ib_pd *pd;
810 struct ib_pd *p0;
1179 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
1285 int mlx5_ib_advise_mr(struct ib_pd *pd,
1302 struct ib_pd *pd, struct ib_udata *udata);
1306 struct ib_mr *mlx5_ib_alloc_mr_integrity(struct ib_pd *pd,
1350 struct ib_wq *mlx5_ib_create_wq(struct ib_pd *pd,
1374 int mlx5_ib_advise_mr_prefetch(struct ib_pd *pd,
[all …]
A Dmr.c63 static struct mlx5_ib_mr *reg_create(struct ib_pd *pd, struct ib_umem *umem,
68 struct ib_pd *pd) in set_mkc_access_pd_addr_fields()
789 struct ib_mr *mlx5_ib_get_dma_mr(struct ib_pd *pd, int acc) in mlx5_ib_get_dma_mr()
932 static struct mlx5_ib_mr *alloc_cacheable_mr(struct ib_pd *pd, in alloc_cacheable_mr()
1398 int mlx5_ib_advise_mr(struct ib_pd *pd, in mlx5_ib_advise_mr()
1414 struct ib_mr *mlx5_ib_reg_dm_mr(struct ib_pd *pd, struct ib_dm *dm, in mlx5_ib_reg_dm_mr()
1731 static int umr_rereg_pas(struct mlx5_ib_mr *mr, struct ib_pd *pd, in umr_rereg_pas()
1781 struct ib_pd *new_pd, in mlx5_ib_rereg_user_mr()
2050 static struct mlx5_ib_mr *mlx5_ib_alloc_pi_mr(struct ib_pd *pd, in mlx5_ib_alloc_pi_mr()
2187 static struct ib_mr *__mlx5_ib_alloc_mr(struct ib_pd *pd, in __mlx5_ib_alloc_mr()
[all …]
/linux/include/rdma/
A Dib_verbs.h1524 struct ib_pd { struct
1550 struct ib_pd *pd; argument
1600 struct ib_pd *pd;
1654 struct ib_pd *pd;
1753 struct ib_pd *pd;
1802 struct ib_pd *pd;
1825 struct ib_pd *pd;
2474 int (*advise_mr)(struct ib_pd *pd,
2520 struct ib_wq *(*create_wq)(struct ib_pd *pd,
2660 DECLARE_RDMA_OBJ_SIZE(ib_pd);
[all …]
/linux/drivers/infiniband/hw/vmw_pvrdma/
A Dpvrdma_verbs.h366 int pvrdma_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
367 int pvrdma_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
368 struct ib_mr *pvrdma_get_dma_mr(struct ib_pd *pd, int acc);
369 struct ib_mr *pvrdma_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
373 struct ib_mr *pvrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
A Dpvrdma_mr.c58 struct ib_mr *pvrdma_get_dma_mr(struct ib_pd *pd, int acc) in pvrdma_get_dma_mr()
111 struct ib_mr *pvrdma_reg_user_mr(struct ib_pd *pd, u64 start, u64 length, in pvrdma_reg_user_mr()
204 struct ib_mr *pvrdma_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type, in pvrdma_alloc_mr()
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs.c78 list.lkey = sess->dev->ib_pd->local_dma_lkey; in rtrs_iu_post_recv()
138 list.lkey = sess->dev->ib_pd->local_dma_lkey; in rtrs_iu_post_send()
253 static int create_qp(struct rtrs_con *con, struct ib_pd *pd, in create_qp()
304 err = create_qp(con, sess->dev->ib_pd, max_send_wr, max_recv_wr, in rtrs_cq_qp_create()
590 ib_dealloc_pd(dev->ib_pd); in dev_free()
632 dev->ib_pd = ib_alloc_pd(ib_dev, pool->pd_flags); in rtrs_ib_dev_find_or_add()
633 if (IS_ERR(dev->ib_pd)) in rtrs_ib_dev_find_or_add()
646 ib_dealloc_pd(dev->ib_pd); in rtrs_ib_dev_find_or_add()
/linux/drivers/infiniband/hw/mlx4/
A Dmlx4_ib.h93 struct ib_pd ibpd;
100 struct ib_pd *pd;
482 struct ib_pd *pd;
678 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
752 struct ib_mr *mlx4_ib_get_dma_mr(struct ib_pd *pd, int acc);
755 struct ib_mr *mlx4_ib_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
761 struct ib_mr *mlx4_ib_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
912 int mr_access_flags, struct ib_pd *pd,
922 struct ib_wq *mlx4_ib_create_wq(struct ib_pd *pd,
/linux/drivers/infiniband/core/
A Dverbs.c262 struct ib_pd *pd; in __ib_alloc_pd()
266 pd = rdma_zalloc_drv_obj(device, ib_pd); in __ib_alloc_pd()
508 static struct ib_ah *_rdma_create_ah(struct ib_pd *pd, in _rdma_create_ah()
600 struct ib_ah *rdma_create_user_ah(struct ib_pd *pd, in rdma_create_user_ah()
976 struct ib_pd *pd; in rdma_destroy_ah_user()
1013 struct ib_srq *ib_create_srq_user(struct ib_pd *pd, in ib_create_srq_user()
1335 struct ib_qp *ib_create_qp_kernel(struct ib_pd *pd, in ib_create_qp_kernel()
2184 struct ib_pd *pd = mr->pd; in ib_dereg_mr_user()
2265 struct ib_mr *ib_alloc_mr_integrity(struct ib_pd *pd, in ib_alloc_mr_integrity()
2460 struct ib_wq *ib_create_wq(struct ib_pd *pd, in ib_create_wq()
[all …]
A Duverbs_std_types_mr.c50 struct ib_pd *pd = in UVERBS_HANDLER()
91 struct ib_pd *pd = in UVERBS_HANDLER()
191 struct ib_pd *pd = in UVERBS_HANDLER()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_device.h249 struct ib_pd ibpd;
1026 static inline struct hns_roce_pd *to_hr_pd(struct ib_pd *ibpd) in to_hr_pd()
1192 int hns_roce_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
1193 int hns_roce_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata);
1195 struct ib_mr *hns_roce_get_dma_mr(struct ib_pd *pd, int acc);
1196 struct ib_mr *hns_roce_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
1201 int mr_access_flags, struct ib_pd *pd,
1203 struct ib_mr *hns_roce_alloc_mr(struct ib_pd *pd, enum ib_mr_type mr_type,
A Dhns_roce_pd.c46 int hns_roce_alloc_pd(struct ib_pd *ibpd, struct ib_udata *udata) in hns_roce_alloc_pd()
77 int hns_roce_dealloc_pd(struct ib_pd *pd, struct ib_udata *udata) in hns_roce_dealloc_pd()
/linux/drivers/infiniband/hw/mthca/
A Dmthca_provider.h80 struct ib_pd ibpd;
291 static inline struct mthca_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()

Completed in 109 milliseconds

12345