Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp192 auto inProgress = (_inProgressPEL != 0) || _hostIface->cmdInProgress() || in newLogCallback()
224 if (id == _inProgressPEL) in deleteLogCallback()
305 _inProgressPEL = id; in doNewLogNotify()
313 _inProgressPEL = 0; in doNewLogNotify()
366 auto id = _inProgressPEL; in commandResponse()
367 _inProgressPEL = 0; in commandResponse()
416 if (_inProgressPEL != 0) in stopCommand()
418 _pelQueue.push_front(_inProgressPEL); in stopCommand()
419 _inProgressPEL = 0; in stopCommand()
H A Dhost_notifier.hpp307 uint32_t _inProgressPEL = 0; member in openpower::pels::HostNotifier