Lines Matching refs:retry_support
38 if (!engine->retry_support) {
47 if (finalize_req || engine->retry_support) {
82 if (!engine->retry_support && engine->cur_req)
128 if (!engine->retry_support)
175 if (!engine->retry_support ||
220 if (engine->retry_support) {
468 * @retry_support: whether hardware has support for retry mechanism
482 bool retry_support,
500 engine->retry_support = retry_support;
506 engine->do_batch_requests = retry_support ? cbk_do_batch : NULL;