Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.h132 struct ib_mw *mw;
234 struct ib_mw ib_mw; member
334 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type,
336 int bnxt_re_dealloc_mw(struct ib_mw *mw);
H A Dib_verbs.c600 struct ib_mw *ib_mw = NULL; in bnxt_re_legacy_create_fence_mr() local
668 ib_mw = bnxt_re_alloc_mw(&pd->ibpd, IB_MW_TYPE_1, NULL); in bnxt_re_legacy_create_fence_mr()
670 if (!ib_mw) { in bnxt_re_legacy_create_fence_mr()
676 fence->mw = ib_mw; in bnxt_re_legacy_create_fence_mr()
4953 struct ib_mw *bnxt_re_alloc_mw(struct ib_pd *ib_pd, enum ib_mw_type type, in bnxt_re_alloc_mw()
4979 mw->ib_mw.rkey = mw->qplib_mw.rkey; in bnxt_re_alloc_mw()
4985 return &mw->ib_mw; in bnxt_re_alloc_mw()
4992 int bnxt_re_dealloc_mw(struct ib_mw *ib_mw) in bnxt_re_dealloc_mw() argument
4994 struct bnxt_re_mw *mw = to_bnxt_re(ib_mw, struct bnxt_re_mw, ib_mw); in bnxt_re_dealloc_mw()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h146 struct ib_mw ibmw;
664 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw()
725 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
727 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
H A Dmlx4_ib_mr.c343 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx4_ib_alloc_mw()
376 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw) in mlx4_ib_dealloc_mw()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h411 struct ib_mw ibmw;
417 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw()
939 int c4iw_dealloc_mw(struct ib_mw *mw);
940 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
H A Dmem.c553 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in c4iw_alloc_mw()
592 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h558 struct ib_mw ibmw;
873 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw()
943 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
945 int mlx5_ib_dealloc_mw(struct ib_mw *mw);
H A Dmlx5_ib_mr.c1459 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx5_ib_alloc_mw()
1532 int mlx5_ib_dealloc_mw(struct ib_mw *mw) in mlx5_ib_dealloc_mw()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Duverbs.h243 int uverbs_dealloc_mw(struct ib_mw *mw);
H A Dib_uverbs_std_types.c73 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
H A Dib_uverbs_main.c106 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw()
H A Dib_uverbs_cmd.c891 struct ib_mw *mw; in ib_uverbs_alloc_mw()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h138 struct ib_mw ibmw;
H A Dfbsd_kcompat.h211 struct ib_mw *irdma_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
H A Dirdma_main.h442 static inline struct irdma_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1634 struct ib_mw { struct
2309 struct ib_mw * (*alloc_mw)(struct ib_pd *pd,
2312 int (*dealloc_mw)(struct ib_mw *mw);