Searched refs:SUNOEM_CLI_MAX_RETRY (Results 1 – 1 of 1) sorted by relevance
1009 #define SUNOEM_CLI_MAX_RETRY 3 /* Maximum number of retries */ macro1115 if (retries++ < SUNOEM_CLI_MAX_RETRY) { in ipmi_sunoem_cli()1255 for (retries = 0; retries <= SUNOEM_CLI_MAX_RETRY; retries++) { in ipmi_sunoem_cli()1263 if (retries == SUNOEM_CLI_MAX_RETRY) { /* If it's the last retry. */ in ipmi_sunoem_cli()