Home
last modified time | relevance | path

Searched refs:verbs_context (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h1612 struct verbs_context { struct
1650 static inline struct verbs_context *verbs_get_ctx(struct ibv_context *ctx) in verbs_get_ctx() argument
1653 NULL : container_of(ctx, struct verbs_context, context); in verbs_get_ctx()
1657 struct verbs_context *__vctx = verbs_get_ctx(ctx); \
1658 (!__vctx || (__vctx->sz < sizeof(*__vctx) - offsetof(struct verbs_context, op)) || \
1662 struct verbs_context *vctx = _vctx; \
1663 if (vctx && (vctx->sz >= sizeof(*vctx) - offsetof(struct verbs_context, op))) \
1779 struct verbs_context *vctx = verbs_get_ctx_op(qp->context, in ibv_create_flow()
1791 struct verbs_context *vctx = verbs_get_ctx_op(flow_id->context, in ibv_destroy_flow()
1804 struct verbs_context *vctx = verbs_get_ctx_op(context, open_xrcd); in ibv_open_xrcd()
[all …]
H A Ddevice.c178 struct verbs_context *vctx = verbs_get_ctx(context); in __lib_ibv_create_cq_ex()
210 struct verbs_context *context_ex; in __ibv_open_device()
304 struct verbs_context *context_ex; in __ibv_close_device()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c154 struct verbs_context *verbs_ctx = verbs_get_ctx(ibv_ctx); in mlx4_init_context()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c871 struct verbs_context *v_ctx; in mlx5_init_context()