Searched refs:ib_mw (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/sys/dev/cxgb/ulp/iw_cxgb/ |
| HD | iw_cxgb_provider.h | 87 struct ib_mw ibmw; 94 to_iwch_mw(struct ib_mw *ibmw) in to_iwch_mw() 334 struct ib_mw *mw,
|
| HD | iw_cxgb_provider.c | 684 static struct ib_mw *iwch_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in iwch_alloc_mw() 718 static int iwch_dealloc_mw(struct ib_mw *mw) in iwch_dealloc_mw()
|
| HD | iw_cxgb_qp.c | 514 struct ib_mw *mw, in iwch_bind_mw()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | mlx4_ib.h | 142 struct ib_mw ibmw; 633 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw() 695 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type); 696 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, 698 int mlx4_ib_dealloc_mw(struct ib_mw *mw);
|
| HD | mr.c | 652 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in mlx4_ib_alloc_mw() 683 int mlx4_ib_bind_mw(struct ib_qp *qp, struct ib_mw *mw, in mlx4_ib_bind_mw() 705 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw) in mlx4_ib_dealloc_mw()
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | iw_cxgbe.h | 349 struct ib_mw ibmw; 355 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw) in to_c4iw_mw() 850 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, 864 int c4iw_dealloc_mw(struct ib_mw *mw); 865 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type);
|
| HD | mem.c | 660 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in c4iw_alloc_mw() 695 int c4iw_dealloc_mw(struct ib_mw *mw) in c4iw_dealloc_mw()
|
| HD | qp.c | 756 int c4iw_bind_mw(struct ib_qp *qp, struct ib_mw *mw, struct ib_mw_bind *mw_bind) in c4iw_bind_mw()
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 1186 struct ib_mw *mw; 1407 struct ib_mw { struct 1764 struct ib_mw * (*alloc_mw)(struct ib_pd *pd, 1767 struct ib_mw *mw, 1769 int (*dealloc_mw)(struct ib_mw *mw); 2713 struct ib_mw *ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type); 2729 struct ib_mw *mw, in ib_bind_mw() 2742 int ib_dealloc_mw(struct ib_mw *mw);
|
| /NextBSD/sys/ofed/drivers/infiniband/core/ |
| HD | verbs.c | 1271 struct ib_mw *ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type) in ib_alloc_mw() 1273 struct ib_mw *mw; in ib_alloc_mw() 1291 int ib_dealloc_mw(struct ib_mw *mw) in ib_dealloc_mw()
|
| HD | uverbs_main.c | 257 struct ib_mw *mw = uobj->object; in ib_uverbs_cleanup_ucontext()
|
| HD | uverbs_cmd.c | 1115 struct ib_mw *mw; in ib_uverbs_alloc_mw() 1194 struct ib_mw *mw; in ib_uverbs_dealloc_mw()
|
| /NextBSD/sys/contrib/rdma/krping/ |
| HD | krping.c | 183 struct ib_mw *mw;
|