Home
last modified time | relevance | path

Searched refs:retryIntervalFactor (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.cpp172 sol::retryIntervalFactor * 1ms; in updateSOLParameter()
337 std::get<uint8_t>(prop.second) * sol::retryIntervalFactor * 1ms; in procSolConfChange()
H A Dsol_manager.hpp27 constexpr uint8_t retryIntervalFactor = 10; variable