Searched refs:ib_mw (Results 1 – 17 of 17) sorted by relevance
/drivers/staging/rdma/ehca/ |
D | ehca_iverbs.h | 102 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd, enum ib_mw_type type); 104 int ehca_bind_mw(struct ib_qp *qp, struct ib_mw *mw, 107 int ehca_dealloc_mw(struct ib_mw *mw);
|
D | ehca_mrmw.c | 688 struct ib_mw *ehca_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in ehca_alloc_mw() 690 struct ib_mw *ib_mw; in ehca_alloc_mw() local 703 ib_mw = ERR_PTR(-ENOMEM); in ehca_alloc_mw() 713 ib_mw = ERR_PTR(ehca2ib_return_code(h_ret)); in ehca_alloc_mw() 718 e_mw->ib_mw.rkey = hipzout.rkey; in ehca_alloc_mw() 719 return &e_mw->ib_mw; in ehca_alloc_mw() 724 if (IS_ERR(ib_mw)) in ehca_alloc_mw() 725 ehca_err(pd->device, "h_ret=%li pd=%p", PTR_ERR(ib_mw), pd); in ehca_alloc_mw() 726 return ib_mw; in ehca_alloc_mw() 732 struct ib_mw *mw, in ehca_bind_mw() [all …]
|
D | ehca_classes.h | 292 struct ib_mw ib_mw; /* gen2 mw, must always be first in ehca_mw */ member
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.h | 92 struct ib_mw ibmw; 98 static inline struct iwch_mw *to_iwch_mw(struct ib_mw *ibmw) in to_iwch_mw() 334 struct ib_mw *mw,
|
D | iwch_provider.c | 751 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in iwch_alloc_mw() 788 static int iwch_dealloc_mw(struct ib_mw *mw) in iwch_dealloc_mw()
|
D | iwch_qp.c | 530 struct ib_mw *mw, in iwch_bind_mw()
|
/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 146 struct ib_mw ibmw; 645 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 706 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type); 707 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, 709 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
|
D | mr.c | 374 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in mlx4_ib_alloc_mw() 406 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, in mlx4_ib_bind_mw() 428 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw) in mlx4_ib_dealloc_mw()
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 401 struct ib_mw ibmw; 407 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw() 950 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, 965 int c4iw_dealloc_mw(struct ib_mw *mw); 966 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type);
|
D | mem.c | 809 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in c4iw_alloc_mw() 846 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
|
D | qp.c | 941 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) in c4iw_bind_mw()
|
/drivers/infiniband/hw/nes/ |
D | nes_verbs.h | 75 struct ib_mw ibmw;
|
D | nes.h | 495 static inline struct nes_mr *to_nesmw(struct ib_mw *ibmw) in to_nesmw()
|
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() 67 struct ib_mw *ibmw; in nes_alloc_mw() 160 static int nes_dealloc_mw(struct ib_mw *ibmw) in nes_dealloc_mw() 212 static int nes_bind_mw(struct ib_qp *ibqp, struct ib_mw *ibmw, in nes_bind_mw()
|
/drivers/infiniband/core/ |
D | verbs.c | 1285 struct ib_mw *ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in ib_alloc_mw() 1287 struct ib_mw *mw; in ib_alloc_mw() 1305 int ib_dealloc_mw(struct ib_mw *mw) in ib_dealloc_mw()
|
D | uverbs_main.c | 226 struct ib_mw *mw = uobj->object; in ib_uverbs_cleanup_ucontext()
|
D | uverbs_cmd.c | 1197 struct ib_mw *mw; in ib_uverbs_alloc_mw() 1277 struct ib_mw *mw; in ib_uverbs_dealloc_mw()
|