Searched refs:_retryCount (Results 1 – 2 of 2) sorted by relevance
195 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()
312 size_t _retryCount = 0; member in openpower::pels::HostNotifier