Searched refs:ib_mw (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mw.c | 16 int rxe_alloc_mw(struct ib_mw *ibmw, struct ib_udata *udata) in rxe_alloc_mw() 41 int rxe_dealloc_mw(struct ib_mw *ibmw) in rxe_dealloc_mw()
|
| /linux/drivers/infiniband/core/ |
| H A D | uverbs_std_types.c | 75 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
|
| H A D | device.c | 2839 SET_OBJ_SIZE(dev_ops, ib_mw); in ib_set_device_ops()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.h | 110 struct ib_mw ibmw;
|
| H A D | main.h | 408 static inline struct irdma_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
|
| H A D | verbs.c | 3038 static int irdma_alloc_mw(struct ib_mw *ibmw, struct ib_udata *udata) in irdma_alloc_mw() 3065 static int irdma_dealloc_mw(struct ib_mw *ibmw) in irdma_dealloc_mw() 5385 INIT_RDMA_OBJ_SIZE(ib_mw, irdma_mr, ibmw),
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 561 struct ib_mw *mw; in bnxt_re_create_fence_mr() 4157 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw() 4180 mw->ib_mw.rkey = mw->qplib_mw.rkey; in bnxt_re_alloc_mw() 4185 return &mw->ib_mw; in bnxt_re_alloc_mw() 4192 int bnxt_re_dealloc_mw(struct ib_mw *ib_mw) in bnxt_re_dealloc_mw() argument 4194 struct bnxt_re_mw *mw = container_of(ib_mw, struct bnxt_re_mw, ib_mw); in bnxt_re_dealloc_mw()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 505 INIT_RDMA_OBJ_SIZE(ib_mw, c4iw_mw, ibmw),
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 1896 struct ib_mw { struct 2565 int (*alloc_mw)(struct ib_mw *mw, struct ib_udata *udata); 2566 int (*dealloc_mw)(struct ib_mw *mw); 2763 DECLARE_RDMA_OBJ_SIZE(ib_mw);
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 4336 INIT_RDMA_OBJ_SIZE(ib_mw, mlx5_ib_mw, ibmw),
|