Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/i2c/
H A Di2c.cpp37 } 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 …]
H A Di2c.hpp26 int maxRetries = 0) : in I2CDevice() argument
27 devAddr(devAddr), maxRetries(maxRetries), in I2CDevice()
46 int maxRetries = 0; member in i2c::I2CDevice
232 InitialState initialState = InitialState::OPEN, int maxRetries = 0);
H A Di2c_interface.hpp241 int maxRetries = 0);
/openbmc/openbmc/meta-facebook/meta-harma/recipes-networking/mctp/files/
H A Dsetup-local-eid6 maxRetries=5
14 while [ $retries -lt $maxRetries ]; do
19 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."
29 echo "Failed to set mctp link after $maxRetries attempts."
40 echo "Failed to add mctp address after $maxRetries attempts."
H A Dsetup-bic-eid6 maxRetries=10
14 while [ $retries -lt $maxRetries ]; do
19 echo "Retry $retries/$maxRetries: Command failed. Retrying in $retryInterval seconds..."
35 echo "Failed to busctl call after $maxRetries attempts."
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp593 int maxRetries{3}; in parseI2CInterface() local
595 maxRetries); in parseI2CInterface()
/openbmc/fb-ipmi-oem/src/
H A Dselcommands.cpp1634 const std::map<std::string, std::string>& ad, int maxRetries = 10, in logWithRetry() argument
1643 while (attempts < maxRetries) in logWithRetry()