Home
last modified time | relevance | path

Searched refs:create_cq_ex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c188 cq = vctx->priv->create_cq_ex(context, cq_attr); in __lib_ibv_create_cq_ex()
278 if (context_ex->create_cq_ex) { in __ibv_open_device()
279 priv->create_cq_ex = context_ex->create_cq_ex; in __ibv_open_device()
280 context_ex->create_cq_ex = __lib_ibv_create_cq_ex; in __ibv_open_device()
H A Dibverbs.h63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member
H A Dverbs.h1537 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member
1848 struct verbs_context *vctx = verbs_get_ctx_op(context, create_cq_ex); in ibv_create_cq_ex()
1860 return vctx->create_cq_ex(context, cq_attr); in ibv_create_cq_ex()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c257 verbs_set_ctx_op(verbs_ctx, create_cq_ex, mlx4_create_cq_ex); in mlx4_init_context()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c930 verbs_set_ctx_op(v_ctx, create_cq_ex, mlx5_create_cq_ex); in mlx5_init_context()