Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
874 case EEH_RESET_HOT: in pnv_eeh_bridge_reset()
900 pnv_eeh_root_reset(hose, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
903 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
942 case EEH_RESET_HOT: in pnv_eeh_do_flr()
980 case EEH_RESET_HOT: in pnv_eeh_do_af_flr()
1067 (option == EEH_RESET_HOT || in pnv_eeh_reset()
H A Dpci-ioda.c2847 eeh_ops->reset(eehpe, EEH_RESET_HOT); in pnv_npu_disable_device()
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio_spapr_eeh.c77 ret = eeh_pe_reset(pe, EEH_RESET_HOT, true); in vfio_spapr_iommu_eeh_ioctl()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c171 option = EEH_RESET_HOT; in pseries_eeh_phb_reset()
178 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT) in pseries_eeh_phb_reset()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh.c765 eeh_ops->reset(pe, EEH_RESET_HOT); in pcibios_set_pcie_reset_state()
837 int type = EEH_RESET_HOT; in eeh_pe_reset_full()
1491 case EEH_RESET_HOT: in eeh_pe_reset()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Deeh.h210 #define EEH_RESET_HOT 1 /* Hot reset */ macro