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.cpp195 auto gaveUp = _retryCount >= maxRetryAttempts; in newLogCallback()
199 _retryCount = 0; in newLogCallback()
253 if (_retryCount >= maxRetryAttempts) in doNewLogNotify()
256 if (_retryCount == maxRetryAttempts) in doNewLogNotify()
327 _retryCount = 0; in hostStateChange()
372 _retryCount = 0; in commandResponse()
400 _retryCount++; in retryTimerExpired()
413 _retryCount = 0; in stopCommand()
H A Dhost_notifier.hpp312 size_t _retryCount = 0; member in openpower::pels::HostNotifier