Home
last modified time | relevance | path

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

/openbmc/obmc-ikvm/
H A Dikvm_input.cpp535 uint retryCount = HID_REPORT_RETRY_MAX; in writeKeyboard() local
537 while (retryCount > 0) in writeKeyboard()
558 retryCount--; in writeKeyboard()
567 uint retryCount = HID_REPORT_RETRY_MAX; in writePointer() local
569 while (retryCount > 0) in writePointer()
590 retryCount--; in writePointer()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c135 unsigned int retryCount; in dce_dmcu_set_psr_enable() local
154 for (retryCount = 0; retryCount <= 100; retryCount++) { in dce_dmcu_set_psr_enable()
552 unsigned int retryCount; in dcn10_dmcu_set_psr_enable() local
580 for (retryCount = 0; retryCount <= 1000; retryCount++) { in dcn10_dmcu_set_psr_enable()
594 if (retryCount >= 1000) in dcn10_dmcu_set_psr_enable()
/openbmc/bmcweb/http/
H A Dhttp_client.hpp141 uint32_t retryCount = 0; member in crow::ConnectionInfo
412 retryCount = 0; in afterRead()
450 if ((retryCount >= connPolicy->maxRetryAttempts) || in waitAndRetry()
474 retryCount = 0; in waitAndRetry()
478 retryCount++; in waitAndRetry()
481 connPolicy->retryIntervalSecs.count(), retryCount); in waitAndRetry()
/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/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/linux/sound/pci/korg1212/
H A Dkorg1212.c512 u32 retryCount; in snd_korg1212_Send1212Command() local
523 for (retryCount = 0; retryCount < MAX_COMMAND_RETRIES; retryCount++) { in snd_korg1212_Send1212Command()
555 korg1212->cmdRetryCount += retryCount; in snd_korg1212_Send1212Command()
557 if (retryCount >= MAX_COMMAND_RETRIES) { in snd_korg1212_Send1212Command()
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1366 const u32 retryCount = 2; in phy_IQCalibrate_8723B() local
1417 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1432 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1450 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
1464 for (i = 0 ; i < retryCount ; i++) { in phy_IQCalibrate_8723B()
H A DHalBtc8723b1Ant.c1358 u8 retryCount = 0, btInfoExt; in halbtc8723b1ant_TdmaDurationAdjustForAcl() local
1398 retryCount = pCoexSta->btRetryCnt; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1402 retryCount++; in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1407 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
1421 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b1ant_TdmaDurationAdjustForAcl()
H A DHalBtc8723b2Ant.c1176 u8 retryCount = 0; in halbtc8723b2ant_TdmaDurationAdjust() local
1224 retryCount = pCoexSta->btRetryCnt; in halbtc8723b2ant_TdmaDurationAdjust()
1228 if (retryCount == 0) { /* no retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()
1242 } else if (retryCount <= 3) { /* <=3 retry in the last 2-second duration */ in halbtc8723b2ant_TdmaDurationAdjust()