Home
last modified time | relevance | path

Searched refs:sendThreshold (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-net-ipmid/sol/
H A Dsol_context.cpp18 uint8_t maxRetryCount, uint8_t sendThreshold, uint8_t instance, in Context() argument
21 retryCounter(maxRetryCount), sendThreshold(sendThreshold), in Context()
29 uint8_t sendThreshold, uint8_t instance, session::SessionID sessionID) in makeContext() argument
31 auto ctx = std::make_shared<Context>(io, maxRetryCount, sendThreshold, in makeContext()
45 if (bufferSize > sendThreshold) in enableAccumulateTimer()
222 if (payloadCache.size() != 0 || (bufferSize < sendThreshold)) in prepareResponse()
H A Dsol_context.hpp179 uint8_t sendThreshold, uint8_t instance, session::SessionID sessionID);
193 uint8_t sendThreshold, uint8_t instance,
212 const uint8_t sendThreshold = 0; member in sol::Context
H A Dsol_manager.cpp167 sendThreshold = std::get<uint8_t>(properties["Threshold"]); in updateSOLParameter()
198 io, retryCount, sendThreshold, payloadInstance, sessionID); in startPayloadInstance()
328 sol::Manager::get().sendThreshold = std::get<uint8_t>(prop.second); in procSolConfChange()
H A Dsol_manager.hpp157 uint8_t sendThreshold = 1; member in sol::Manager