Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp183 auto gaveUp = _retryCount >= maxRetryAttempts; in newLogCallback()
187 _retryCount = 0; in newLogCallback()
241 if (_retryCount >= maxRetryAttempts) in doNewLogNotify()
244 if (_retryCount == maxRetryAttempts) in doNewLogNotify()
315 _retryCount = 0; in hostStateChange()
360 _retryCount = 0; in commandResponse()
388 _retryCount++; in retryTimerExpired()
401 _retryCount = 0; in stopCommand()
H A Dhost_notifier.hpp312 size_t _retryCount = 0; member in openpower::pels::HostNotifier