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.h1528 struct verbs_context { struct
1566 static inline struct verbs_context *verbs_get_ctx(struct ibv_context *ctx) in verbs_get_ctx() argument
1569 NULL : container_of(ctx, struct verbs_context, context); in verbs_get_ctx()
1573 struct verbs_context *__vctx = verbs_get_ctx(ctx); \
1574 (!__vctx || (__vctx->sz < sizeof(*__vctx) - offsetof(struct verbs_context, op)) || \
1578 struct verbs_context *vctx = _vctx; \
1579 if (vctx && (vctx->sz >= sizeof(*vctx) - offsetof(struct verbs_context, op))) \
1695 struct verbs_context *vctx = verbs_get_ctx_op(qp->context, in ibv_create_flow()
1707 struct verbs_context *vctx = verbs_get_ctx_op(flow_id->context, in ibv_destroy_flow()
1720 struct verbs_context *vctx = verbs_get_ctx_op(context, open_xrcd); in ibv_open_xrcd()
[all …]
H A Ddevice.c179 struct verbs_context *vctx = verbs_get_ctx(context); in __lib_ibv_create_cq_ex()
211 struct verbs_context *context_ex; in __ibv_open_device()
305 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.c771 struct verbs_context *v_ctx; in mlx5_init_context()