Searched refs:RESET_MAX_RETRIES (Results 1 – 1 of 1) sorted by relevance
33 #define RESET_MAX_RETRIES 3 macro705 const int retries = engine_mask == ALL_ENGINES ? RESET_MAX_RETRIES : 1; in __intel_gt_reset()1070 for (i = 0; err && i < RESET_MAX_RETRIES; i++) { in do_reset()