Searched refs:maxRetries (Results 1 – 8 of 8) sorted by relevance
5 maxRetries=515 while [ $retries -lt $maxRetries ]; do20 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."30 echo "Failed to set mctp link after $maxRetries attempts."35 echo "Failed to set mctp link after $maxRetries attempts."47 echo "Failed to add mctp address after $maxRetries attempts."58 echo "Failed to add mctp address after $maxRetries attempts."
8 maxRetries=1013 local maxRetries=${2:-10}18 while [ "$retries" -lt "$maxRetries" ]; do31 echo "[Error] Command failed after $maxRetries retries." >&249 if ! retry_command "$learn_endpoint_cmd" "$maxRetries" 1; then50 echo "[Error] Failed to learn BIC EID after $maxRetries attempts."61 if ! retry_command "$assign_endpoint_cmd" "$maxRetries" 1; then62 echo "[Error] Failed to assign NIC EID after $maxRetries attempts."
37 } while ((ret < 0) && (++retries <= maxRetries)); in getFuncs()166 } while ((ret < 0) && (++retries <= maxRetries)); in processCallSMBus()227 } while ((ret != numMessages) && (++retries <= maxRetries)); in processCallI2C()259 } while ((fd == -1) && (++retries <= maxRetries)); in open()271 } while ((ret < 0) && (++retries <= maxRetries)); in open()290 } while ((ret == -1) && (++retries <= maxRetries)); in close()310 } while ((ret < 0) && (++retries <= maxRetries)); in read()329 } while ((ret < 0) && (++retries <= maxRetries)); in read()348 } while ((ret < 0) && (++retries <= maxRetries)); in read()370 } while ((ret < 0) && (++retries <= maxRetries)); in read()[all …]
26 int maxRetries = 0) : in I2CDevice() argument27 devAddr(devAddr), maxRetries(maxRetries), in I2CDevice()46 int maxRetries = 0; member in i2c::I2CDevice232 InitialState initialState = InitialState::OPEN, int maxRetries = 0);
241 int maxRetries = 0);
278 constexpr int maxRetries = 15; in processHostStateChange() local305 for (int i = 0; i < maxRetries; ++i) in processHostStateChange()
250 constexpr size_t maxRetries = 3; in programPageRegisters() local253 for (size_t i = 1; i <= maxRetries; ++i) in programPageRegisters()
587 int maxRetries{3}; in parseI2CInterface() local589 maxRetries); in parseI2CInterface()