Home
last modified time | relevance | path

Searched refs:ibctx (Results 1 – 8 of 8) sorted by last modified time

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c202 struct ibv_context *ibctx) in irdma_cleanup_context() argument
206 iwvctx = container_of(ibctx, struct irdma_uvcontext, ibv_ctx); in irdma_cleanup_context()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.h314 static inline struct mlx4_context *to_mctx(struct ibv_context *ibctx) in to_mctx() argument
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c992 struct ibv_context *ibctx) in mlx5_cleanup_context() argument
994 struct mlx5_context *context = to_mctx(ibctx); in mlx5_cleanup_context()
995 int page_size = to_mdev(ibctx->device)->page_size; in mlx5_cleanup_context()
H A Dmlx5.h485 static inline struct mlx5_context *to_mctx(struct ibv_context *ibctx) in to_mctx() argument
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c224 static void c4iw_free_context(struct ibv_context *ibctx) in c4iw_free_context() argument
226 struct c4iw_context *context = to_c4iw_context(ibctx); in c4iw_free_context()
H A Dlibcxgb4.h131 static inline struct c4iw_context *to_c4iw_context(struct ibv_context *ibctx) in to_c4iw_context() argument
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.h172 extern void qlnxr_dealloc_ucontext(struct ib_ucontext *ibctx);
H A Dqlnxr_verbs.c1001 qlnxr_dealloc_ucontext(struct ib_ucontext *ibctx) in qlnxr_dealloc_ucontext() argument
1003 struct qlnxr_ucontext *uctx = get_qlnxr_ucontext(ibctx); in qlnxr_dealloc_ucontext()