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

/freebsd-12-stable/contrib/ofed/libibverbs/
H A Ddevice.c167 cq = vctx->priv->create_cq_ex(context, cq_attr);
242 if (context_ex->create_cq_ex) {
243 priv->create_cq_ex = context_ex->create_cq_ex;
244 context_ex->create_cq_ex = __lib_ibv_create_cq_ex;
H A Dibverbs.h63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member in struct:verbs_ex_private
H A Dverbs.h1537 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member in struct:verbs_context
1848 struct verbs_context *vctx = verbs_get_ctx_op(context, create_cq_ex);
1860 return vctx->create_cq_ex(context, cq_attr);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c245 verbs_set_ctx_op(verbs_ctx, create_cq_ex, mlx4_create_cq_ex);
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dmlx5.c913 verbs_set_ctx_op(v_ctx, create_cq_ex, mlx5_create_cq_ex);

Completed in 164 milliseconds