Searched refs:_inProgressPEL (Results 1 – 2 of 2) sorted by relevance
191 auto inProgress = (_inProgressPEL != 0) || _hostIface->cmdInProgress() || in newLogCallback()223 if (id == _inProgressPEL) in deleteLogCallback()304 _inProgressPEL = id; in doNewLogNotify()312 _inProgressPEL = 0; in doNewLogNotify()365 auto id = _inProgressPEL; in commandResponse()366 _inProgressPEL = 0; in commandResponse()415 if (_inProgressPEL != 0) in stopCommand()417 _pelQueue.push_front(_inProgressPEL); in stopCommand()418 _inProgressPEL = 0; in stopCommand()
307 uint32_t _inProgressPEL = 0; member in openpower::pels::HostNotifier