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

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dverbs.h1526 struct verbs_context { struct
1564 static inline struct verbs_context *verbs_get_ctx(struct ibv_context *ctx)
1567 NULL : container_of(ctx, struct verbs_context, context);
1571 struct verbs_context *__vctx = verbs_get_ctx(ctx); \
1572 (!__vctx || (__vctx->sz < sizeof(*__vctx) - offsetof(struct verbs_context, op)) || \
1576 struct verbs_context *vctx = _vctx; \
1577 if (vctx && (vctx->sz >= sizeof(*vctx) - offsetof(struct verbs_context, op))) \
1693 struct verbs_context *vctx = verbs_get_ctx_op(qp->context,
1705 struct verbs_context *vctx = verbs_get_ctx_op(flow_id->context,
1718 struct verbs_context *vct
[all...]
H A Ddevice.c159 struct verbs_context *vctx = verbs_get_ctx(context);
182 struct verbs_context *context_ex;
268 struct verbs_context *context_ex;
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c153 struct verbs_context *verbs_ctx = verbs_get_ctx(ibv_ctx);
156 /* memory footprint of mlx4_context and verbs_context share
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c761 struct verbs_context *v_ctx;

Completed in 167 milliseconds