Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp270 return _sendPELsToHost; in getHostPELEnablement()
648 bool _sendPELsToHost = true; member in openpower::pels::DataInterfaceBase
H A Ddata_interface.cpp166 if (std::get<bool>(value) != this->_sendPELsToHost) in DataInterface()
171 this->_sendPELsToHost = std::get<bool>(value); in DataInterface()