Home
last modified time | relevance | path

Searched refs:set_option (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Deeh.c653 rc = eeh_ops->set_option(pe, function); in eeh_pci_enable()
749 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
758 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in pcibios_set_pcie_reset_state()
1348 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option()
1470 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset()
1489 eeh_ops->set_option(pe, EEH_OPT_FREEZE_PE); in eeh_pe_reset()
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp70 ws.set_option(boost::beast::websocket::stream_base::timeout::suggested( in ConnectionImpl()
83 ws.set_option(boost::beast::websocket::stream_base::decorator( in start()
/openbmc/phosphor-net-ipmid/
H A Dsd_event_loop.cpp190 udpSocket->set_option( in setupSocket()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c438 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_init_edev()
792 .set_option = pseries_eeh_set_option,
/openbmc/linux/arch/powerpc/include/asm/
H A Deeh.h218 int (*set_option)(struct eeh_pe *pe, int option); member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1630 .set_option = pnv_eeh_set_option,