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.hpp260 return _sendPELsToHost; in getHostPELEnablement()
645 bool _sendPELsToHost = true; member in openpower::pels::DataInterfaceBase
H A Ddata_interface.cpp169 if (std::get<bool>(value) != this->_sendPELsToHost) in DataInterface()
174 this->_sendPELsToHost = std::get<bool>(value); in DataInterface()