Lines Matching defs:ecp_max_ops
97 * Note that regardless of the value of ecp_max_ops, always at
100 * Setting ecp_max_ops=1 can be suitable for testing purposes
103 static unsigned ecp_max_ops = 0;
106 * Set ecp_max_ops
110 ecp_max_ops = max_ops;
118 return ecp_max_ops != 0;
250 if (rs_ctx != NULL && ecp_max_ops != 0) {
261 * that ops_done <= ecp_max_ops, so the check
262 * ops_done > ecp_max_ops below is mandatory. */
264 (rs_ctx->ops_done > ecp_max_ops ||
265 ops > ecp_max_ops - rs_ctx->ops_done)) {