Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c729 option == EEH_RESET_HOT) in pnv_eeh_phb_reset()
778 else if (option == EEH_RESET_HOT) in pnv_eeh_root_reset()
814 case EEH_RESET_HOT: in __pnv_eeh_bridge_reset()
873 case EEH_RESET_HOT: in pnv_eeh_bridge_reset()
899 pnv_eeh_root_reset(hose, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
902 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
941 case EEH_RESET_HOT: in pnv_eeh_do_flr()
979 case EEH_RESET_HOT: in pnv_eeh_do_af_flr()
1066 (option == EEH_RESET_HOT || in pnv_eeh_reset()
/linux/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c173 option = EEH_RESET_HOT; in pseries_eeh_phb_reset()
180 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT) in pseries_eeh_phb_reset()
/linux/arch/powerpc/kernel/
H A Deeh.c762 eeh_ops->reset(pe, EEH_RESET_HOT); in pcibios_set_pcie_reset_state()
835 int type = EEH_RESET_HOT; in eeh_pe_reset_full()
1475 case EEH_RESET_HOT: in eeh_pe_reset()
/linux/arch/powerpc/include/asm/
H A Deeh.h210 #define EEH_RESET_HOT 1 /* Hot reset */ macro
/linux/drivers/vfio/
H A Dvfio_iommu_spapr_tce.c809 return eeh_pe_reset(pe, EEH_RESET_HOT, true); in vfio_spapr_ioctl_eeh_pe_op()