Searched refs:ib_mw (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 53 struct ib_mw *mw; 133 struct ib_mw ib_mw; member 212 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, 214 int bnxt_re_dealloc_mw(struct ib_mw *mw);
|
D | ib_verbs.c | 502 struct ib_mw *mw; in bnxt_re_create_fence_mr() 3465 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw() 3487 mw->ib_mw.rkey = mw->qplib_mw.rkey; in bnxt_re_alloc_mw() 3490 return &mw->ib_mw; in bnxt_re_alloc_mw() 3497 int bnxt_re_dealloc_mw(struct ib_mw *ib_mw) in bnxt_re_dealloc_mw() argument 3499 struct bnxt_re_mw *mw = container_of(ib_mw, struct bnxt_re_mw, ib_mw); in bnxt_re_dealloc_mw()
|
/Linux-v4.19/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()
|
D | iwch_provider.c | 624 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in iwch_alloc_mw() 662 static int iwch_dealloc_mw(struct ib_mw *mw) in iwch_dealloc_mw()
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 317 struct ib_mw ibmw; 460 static inline struct rxe_mem *to_rmw(struct ib_mw *mw) in to_rmw()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.h | 91 struct ib_mw ibmw;
|
D | i40iw.h | 377 static inline struct i40iw_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
|
/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 150 struct ib_mw ibmw; 679 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 740 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 742 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
|
D | mr.c | 616 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx4_ib_alloc_mw() 649 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw) in mlx4_ib_dealloc_mw()
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.h | 75 struct ib_mw ibmw;
|
D | nes.h | 496 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() 68 struct ib_mw *ibmw; in nes_alloc_mw() 161 static int nes_dealloc_mw(struct ib_mw *ibmw) in nes_dealloc_mw()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 474 struct ib_mw ibmw; 482 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw() 1056 int c4iw_dealloc_mw(struct ib_mw *mw); 1058 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
|
D | mem.c | 614 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in c4iw_alloc_mw() 673 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 586 struct ib_mw ibmw; 986 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 1050 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 1052 int mlx5_ib_dealloc_mw(struct ib_mw *mw);
|
D | mr.c | 1790 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx5_ib_alloc_mw() 1865 int mlx5_ib_dealloc_mw(struct ib_mw *mw) in mlx5_ib_dealloc_mw()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_std_types.c | 70 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
|
D | uverbs.h | 251 int uverbs_dealloc_mw(struct ib_mw *mw);
|
D | uverbs_main.c | 161 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw()
|
D | uverbs_cmd.c | 867 struct ib_mw *mw; in ib_uverbs_alloc_mw()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 1812 struct ib_mw { struct 2438 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, 2441 int (*dealloc_mw)(struct ib_mw *mw);
|