Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp171 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
316 _hostFull = false; in hostStateChange()
367 if (!_hostFull && !_pelQueue.empty()) in commandResponse()
435 if (_hostFull) in ackPEL()
437 _hostFull = false; in ackPEL()
454 _hostFull = true; in setHostFull()
H A Dhost_notifier.hpp318 bool _hostFull = false; member in openpower::pels::HostNotifier