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