Searched refs:create_cq_ex (Results 1 – 5 of 5) sorted by relevance
187 cq = vctx->priv->create_cq_ex(context, cq_attr); in __lib_ibv_create_cq_ex()277 if (context_ex->create_cq_ex) { in __ibv_open_device()278 priv->create_cq_ex = context_ex->create_cq_ex; in __ibv_open_device()279 context_ex->create_cq_ex = __lib_ibv_create_cq_ex; in __ibv_open_device()
63 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member
1539 struct ibv_cq_ex *(*create_cq_ex)(struct ibv_context *context, member1850 struct verbs_context *vctx = verbs_get_ctx_op(context, create_cq_ex); in ibv_create_cq_ex()1862 return vctx->create_cq_ex(context, cq_attr); in ibv_create_cq_ex()
257 verbs_set_ctx_op(verbs_ctx, create_cq_ex, mlx4_create_cq_ex); in mlx4_init_context()
930 verbs_set_ctx_op(v_ctx, create_cq_ex, mlx5_create_cq_ex); in mlx5_init_context()