Searched refs:ib_mw (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h407 struct ib_mw ibmw;
413 static inline struct c4iw_mw *to_c4iw_mw(struct ib_mw *ibmw)
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.c555 struct ib_mw *c4iw_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
594 int c4iw_dealloc_mw(struct ib_mw *mw)
606 CTR4(KTR_IW_CXGBE, "%s ib_mw %p mmid 0x%x ptr %p", __func__, mw, mmid,
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h151 struct ib_mw ibmw;
669 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw)
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);
H A Dmlx4_ib_mr.c343 struct ib_mw *mlx4_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
376 int mlx4_ib_dealloc_mw(struct ib_mw *ibmw)
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h516 struct ib_mw ibmw;
771 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw)
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);
H A Dmlx5_ib_mr.c1463 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type,
1536 int mlx5_ib_dealloc_mw(struct ib_mw *mw)
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h224 int uverbs_dealloc_mw(struct ib_mw *mw);
H A Dib_uverbs_main.c149 int uverbs_dealloc_mw(struct ib_mw *mw)
248 struct ib_mw *mw = uobj->object;
H A Dib_uverbs_cmd.c1205 struct ib_mw *mw;
1291 struct ib_mw *mw;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1571 struct ib_mw { struct
2023 struct ib_mw * (*alloc_mw)(struct ib_pd *pd,
2026 int (*dealloc_mw)(struct ib_mw *mw);

Completed in 152 milliseconds