Searched refs:_hostNotifier (Results 1 – 2 of 2) sorted by relevance
514 if (_hostNotifier) in hostAck()516 _hostNotifier->ackPEL(pelID); in hostAck()538 if (_hostNotifier) in hostReject()540 _hostNotifier->setBadPEL(pelID); in hostReject()543 else if ((reason == RejectionReason::HostFull) && _hostNotifier) in hostReject()545 _hostNotifier->setHostFull(pelID); in hostReject()
92 _hostNotifier = std::make_unique<HostNotifier>( in Manager()568 std::unique_ptr<HostNotifier> _hostNotifier; member in openpower::pels::Manager