Lines Matching full:pel
83 bool HostNotifier::addPELToQueue(const PEL& pel) in addPELToQueue() argument
85 if (enqueueRequired(pel.id())) in addPELToQueue()
87 _pelQueue.push_back(pel.id()); in addPELToQueue()
97 Repository::LogID i{Repository::LogID::Pel{id}}; in enqueueRequired()
127 lg2::error("Host Enqueue: Unable to find PEL ID {ID} in repository", in enqueueRequired()
138 Repository::LogID i{Repository::LogID::Pel{id}}; in notifyRequired()
170 void HostNotifier::newLogCallback(const PEL& pel) in newLogCallback() argument
172 if (!enqueueRequired(pel.id())) in newLogCallback()
177 lg2::debug("New PEL added to queue, PEL ID = {ID}", "ID", lg2::hex, in newLogCallback()
178 pel.id()); in newLogCallback()
180 _pelQueue.push_back(pel.id()); in newLogCallback()
226 "A PEL was deleted while its host notification was in progress, PEL ID = {ID}", in deleteLogCallback()
263 "PEL Host notifier hit max retry attempts. Giving up for now. PEL ID = {ID}", in doNewLogNotify()
276 // Find the PEL to send in doNewLogNotify()
291 Repository::LogID i{Repository::LogID::Pel{id}}; in doNewLogNotify()
309 lg2::error("PLDM send failed, PEL ID = {ID}", "ID", lg2::hex, in doNewLogNotify()
319 "PEL ID is not in repository. Cannot notify host. PEL ID = {ID}", in doNewLogNotify()
370 lg2::debug("HostNotifier command response success, PEL ID = {ID}", "ID", in commandResponse()
378 // If the host is full, don't send off the next PEL in commandResponse()
386 lg2::error("PLDM command response failure, PEL ID = {ID}", "ID", in commandResponse()
398 lg2::info("Attempting command retry, PEL ID = {ID}", "ID", lg2::hex, in retryTimerExpired()
463 lg2::debug("Received Host full indication, PEL ID = {ID}", "ID", lg2::hex, in setHostFull()
468 // This PEL needs to get re-sent in setHostFull()
493 lg2::error("PEL rejected by the host, PEL ID = {ID}", "ID", lg2::hex, id); in setBadPEL()