Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.h87 struct ib_mw ibmw;
94 to_iwch_mw(struct ib_mw *ibmw) in to_iwch_mw()
334 struct ib_mw *mw,
HDiw_cxgb_provider.c684 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()
HDiw_cxgb_qp.c514 struct ib_mw *mw, in iwch_bind_mw()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmlx4_ib.h142 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);
HDmr.c652 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/
HDiw_cxgbe.h349 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);
HDmem.c660 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()
HDqp.c756 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/
HDib_verbs.h1186 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/
HDverbs.c1271 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()
HDuverbs_main.c257 struct ib_mw *mw = uobj->object; in ib_uverbs_cleanup_ucontext()
HDuverbs_cmd.c1115 struct ib_mw *mw; in ib_uverbs_alloc_mw()
1194 struct ib_mw *mw; in ib_uverbs_dealloc_mw()
/NextBSD/sys/contrib/rdma/krping/
HDkrping.c183 struct ib_mw *mw;