Home
last modified time | relevance | path

Searched refs:EEH_RESET_HOT (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/vfio/
Dvfio_spapr_eeh.c80 ret = eeh_pe_reset(pe, EEH_RESET_HOT); in vfio_spapr_iommu_eeh_ioctl()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Deeh-powernv.c776 option == EEH_RESET_HOT) in pnv_eeh_phb_reset()
824 else if (option == EEH_RESET_HOT) in pnv_eeh_root_reset()
859 case EEH_RESET_HOT: in pnv_eeh_bridge_reset()
903 pnv_eeh_root_reset(hose, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
906 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
958 (option == EEH_RESET_HOT || in pnv_eeh_reset()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Deeh_pseries.c503 option = EEH_RESET_HOT; in pseries_eeh_reset()
511 option == EEH_RESET_HOT) in pseries_eeh_reset()
/linux-4.1.27/arch/powerpc/kernel/
Deeh.c774 eeh_ops->reset(pe, EEH_RESET_HOT); in pcibios_set_pcie_reset_state()
835 eeh_ops->reset(pe, EEH_RESET_HOT); in eeh_reset_pe_once()
1623 case EEH_RESET_HOT: in eeh_pe_reset()
/linux-4.1.27/arch/powerpc/include/asm/
Deeh.h195 #define EEH_RESET_HOT 1 /* Hot reset */ macro