Home
last modified time | relevance | path

Searched refs:ib_mw (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h53 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);
Dib_verbs.c502 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/
Diwch_provider.h92 struct ib_mw ibmw;
98 static inline struct iwch_mw *to_iwch_mw(struct ib_mw *ibmw) in to_iwch_mw()
Diwch_provider.c624 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/
Drxe_verbs.h317 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/
Di40iw_verbs.h91 struct ib_mw ibmw;
Di40iw.h377 static inline struct i40iw_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h150 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);
Dmr.c616 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/
Dnes_verbs.h75 struct ib_mw ibmw;
Dnes.h496 static inline struct nes_mr *to_nesmw(struct ib_mw *ibmw) in to_nesmw()
Dnes_verbs.c59 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/
Diw_cxgb4.h474 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,
Dmem.c614 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/
Dmlx5_ib.h586 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);
Dmr.c1790 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/
Duverbs_std_types.c70 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
Duverbs.h251 int uverbs_dealloc_mw(struct ib_mw *mw);
Duverbs_main.c161 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw()
Duverbs_cmd.c867 struct ib_mw *mw; in ib_uverbs_alloc_mw()
/Linux-v4.19/include/rdma/
Dib_verbs.h1812 struct ib_mw { struct
2438 struct ib_mw * (*alloc_mw)(struct ib_pd *pd,
2441 int (*dealloc_mw)(struct ib_mw *mw);