Searched refs:ib_mw (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.h | 132 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 D | ib_verbs.c | 600 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 D | mlx4_ib.h | 146 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 D | mlx4_ib_mr.c | 343 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 D | iw_cxgbe.h | 411 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 D | mem.c | 553 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 D | mlx5_ib.h | 558 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 D | mlx5_ib_mr.c | 1459 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 D | uverbs.h | 243 int uverbs_dealloc_mw(struct ib_mw *mw);
|
H A D | ib_uverbs_std_types.c | 73 return uverbs_dealloc_mw((struct ib_mw *)uobject->object); in uverbs_free_mw()
|
H A D | ib_uverbs_main.c | 106 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw()
|
H A D | ib_uverbs_cmd.c | 891 struct ib_mw *mw; in ib_uverbs_alloc_mw()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.h | 138 struct ib_mw ibmw;
|
H A D | fbsd_kcompat.h | 211 struct ib_mw *irdma_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
|
H A D | irdma_main.h | 442 static inline struct irdma_mr *to_iwmw(struct ib_mw *ibmw) in to_iwmw()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 1634 struct ib_mw { struct 2309 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, 2312 int (*dealloc_mw)(struct ib_mw *mw);
|