Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vfio/
Dvfio_spapr_eeh.c83 ret = eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL); in vfio_spapr_iommu_eeh_ioctl()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Deeh_pseries.c493 if (option == EEH_RESET_FUNDAMENTAL && in pseries_eeh_reset()
502 if (option == EEH_RESET_FUNDAMENTAL || in pseries_eeh_reset()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Deeh-powernv.c762 if (option == EEH_RESET_FUNDAMENTAL || in pnv_eeh_phb_reset()
807 if (option == EEH_RESET_FUNDAMENTAL) in pnv_eeh_root_reset()
845 case EEH_RESET_FUNDAMENTAL: in pnv_eeh_bridge_reset()
946 option == EEH_RESET_FUNDAMENTAL)) { in pnv_eeh_reset()
Dpci-ioda.c3226 pnv_eeh_phb_reset(hose, EEH_RESET_FUNDAMENTAL); in pnv_pci_init_ioda_phb()
/linux-4.4.14/arch/powerpc/kernel/
Deeh.c780 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); in pcibios_set_pcie_reset_state()
832 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); in eeh_reset_pe_once()
1620 case EEH_RESET_FUNDAMENTAL: in eeh_pe_reset()
/linux-4.4.14/arch/powerpc/include/asm/
Deeh.h193 #define EEH_RESET_FUNDAMENTAL 3 /* Fundamental reset */ macro