Home
last modified time | relevance | path

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

/openbmc/obmc-ikvm/
H A Dikvm_input.cpp539 uint retryCount = HID_REPORT_RETRY_MAX; in writeKeyboard() local
541 while (retryCount > 0) in writeKeyboard()
562 retryCount--; in writeKeyboard()
571 uint retryCount = HID_REPORT_RETRY_MAX; in writePointer() local
573 while (retryCount > 0) in writePointer()
594 retryCount--; in writePointer()
/openbmc/dbus-sensors/src/nvidia-gpu/
H A DInventory.cpp113 it->second.retryCount = 0; in markPropertyPending()
274 it->second.retryCount++; in handleInventoryPropertyResponse()
275 if (it->second.retryCount >= maxRetryAttempts) in handleInventoryPropertyResponse()
H A DInventory.hpp36 int retryCount{0}; member
/openbmc/phosphor-ipmi-flash/tools/
H A Dhandler.cpp77 constexpr uint8_t retryCount = 3; in retryIfFailed() local
92 uint8_t remains = retryCount - i; in retryIfFailed()
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp169 retryCount = std::get<uint8_t>(properties["RetryCount"]); in updateSOLParameter()
198 io, retryCount, sendThreshold, payloadInstance, sessionID); in startPayloadInstance()
332 sol::Manager::get().retryCount = std::get<uint8_t>(prop.second); in procSolConfChange()
H A Dsol_manager.hpp166 uint8_t retryCount = 7; member in sol::Manager
/openbmc/bmcweb/http/
H A Dhttp_client.hpp140 uint32_t retryCount = 0; member in crow::ConnectionInfo
433 retryCount = 0; in afterRead()
471 if ((retryCount >= connPolicy->maxRetryAttempts) || in waitAndRetry()
495 retryCount = 0; in waitAndRetry()
499 retryCount++; in waitAndRetry()
502 connPolicy->retryIntervalSecs.count(), retryCount); in waitAndRetry()
/openbmc/ipmbbridge/
H A Dipmbbridged.hpp328 size_t retryCount);