Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Deeh-powernv.c774 option == EEH_RESET_HOT) in pnv_eeh_phb_reset()
823 else if (option == EEH_RESET_HOT) in pnv_eeh_root_reset()
859 case EEH_RESET_HOT: in __pnv_eeh_bridge_reset()
919 case EEH_RESET_HOT: in pnv_eeh_bridge_reset()
945 pnv_eeh_root_reset(hose, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
948 pnv_eeh_bridge_reset(dev, EEH_RESET_HOT); in pnv_pci_reset_secondary_bus()
986 case EEH_RESET_HOT: in pnv_eeh_do_flr()
1024 case EEH_RESET_HOT: in pnv_eeh_do_af_flr()
1111 (option == EEH_RESET_HOT || in pnv_eeh_reset()
Dpci-ioda.c3586 eeh_ops->reset(eehpe, EEH_RESET_HOT); in pnv_npu_disable_device()
/Linux-v5.4/drivers/vfio/
Dvfio_spapr_eeh.c77 ret = eeh_pe_reset(pe, EEH_RESET_HOT, true); in vfio_spapr_iommu_eeh_ioctl()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Deeh_pseries.c530 option = EEH_RESET_HOT; in pseries_eeh_reset()
538 option == EEH_RESET_HOT) in pseries_eeh_reset()
/Linux-v5.4/arch/powerpc/kernel/
Deeh.c839 eeh_ops->reset(pe, EEH_RESET_HOT); in pcibios_set_pcie_reset_state()
911 int type = EEH_RESET_HOT; in eeh_pe_reset_full()
1692 case EEH_RESET_HOT: in eeh_pe_reset()
/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h210 #define EEH_RESET_HOT 1 /* Hot reset */ macro