Searched refs:ib_mw (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/sys/dev/mlx4/mlx4_ib/ |
| D | mlx4_ib.h | 151 struct ib_mw ibmw; 669 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 730 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 732 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
|
| 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-12-stable/sys/dev/cxgbe/iw_cxgbe/ |
| D | iw_cxgbe.h | 407 struct ib_mw ibmw; 413 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,
|
| D | mem.c | 555 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in c4iw_alloc_mw() 594 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib.h | 516 struct ib_mw ibmw; 771 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 837 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, 839 int mlx5_ib_dealloc_mw(struct ib_mw *mw);
|
| D | mlx5_ib_mr.c | 1463 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx5_ib_alloc_mw() 1536 int mlx5_ib_dealloc_mw(struct ib_mw *mw) in mlx5_ib_dealloc_mw()
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | uverbs.h | 231 int uverbs_dealloc_mw(struct ib_mw *mw);
|
| D | ib_uverbs_main.c | 149 int uverbs_dealloc_mw(struct ib_mw *mw) in uverbs_dealloc_mw() 248 struct ib_mw *mw = uobj->object; in ib_uverbs_cleanup_ucontext()
|
| D | ib_uverbs_cmd.c | 1205 struct ib_mw *mw; in ib_uverbs_alloc_mw() 1291 struct ib_mw *mw; in ib_uverbs_dealloc_mw()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_verbs.h | 1571 struct ib_mw { struct 2023 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, 2026 int (*dealloc_mw)(struct ib_mw *mw);
|