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.cpp183 if (!_dataIface.isHostUp() || _hostFull || _hostUpTimer.isEnabled()) in newLogCallback()
328 _hostFull = false; in hostStateChange()
379 if (!_hostFull && !_pelQueue.empty()) in commandResponse()
447 if (_hostFull) in ackPEL()
449 _hostFull = false; in ackPEL()
466 _hostFull = true; in setHostFull()
H A Dhost_notifier.hpp318 bool _hostFull = false; member in openpower::pels::HostNotifier