Home
last modified time | relevance | path

Searched refs:maxRetries (Results 1 – 6 of 6) 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()
259 } while ((fd == -1) && (++retries <= maxRetries)); in open()
271 } while ((ret < 0) && (++retries <= maxRetries)); in open()
310 } while ((ret < 0) && (++retries <= maxRetries)); in read()
329 } while ((ret < 0) && (++retries <= maxRetries)); in read()
348 } while ((ret < 0) && (++retries <= maxRetries)); in read()
403 } while ((ret < 0) && (++retries <= maxRetries)); in write()
420 } while ((ret < 0) && (++retries <= maxRetries)); in write()
437 } while ((ret < 0) && (++retries <= maxRetries)); in write()
[all …]
H A Di2c.hpp26 int maxRetries = 0) : in I2CDevice() argument
27 busId(busId), devAddr(devAddr), maxRetries(maxRetries), in I2CDevice()
49 int maxRetries = 0; member in i2c::I2CDevice
236 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()