Home
last modified time | relevance | path

Searched refs:SUNOEM_CLI_MAX_RETRY (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c1009 #define SUNOEM_CLI_MAX_RETRY 3 /* Maximum number of retries */ macro
1115 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()