Searched refs:EEH_RESET_FUNDAMENTAL (Results 1 – 6 of 6) sorted by relevance
728 if (option == EEH_RESET_FUNDAMENTAL || in pnv_eeh_phb_reset()774 if (option == EEH_RESET_FUNDAMENTAL) in pnv_eeh_root_reset()813 case EEH_RESET_FUNDAMENTAL: in __pnv_eeh_bridge_reset()871 case EEH_RESET_FUNDAMENTAL: in pnv_eeh_bridge_reset()943 case EEH_RESET_FUNDAMENTAL: in pnv_eeh_do_flr()981 case EEH_RESET_FUNDAMENTAL: in pnv_eeh_do_af_flr()1068 option == EEH_RESET_FUNDAMENTAL)) { in pnv_eeh_reset()1103 if (option != EEH_RESET_FUNDAMENTAL) { in pnv_eeh_reset()
3172 pnv_eeh_phb_reset(hose, EEH_RESET_FUNDAMENTAL); in pnv_pci_init_ioda_phb()
80 ret = eeh_pe_reset(pe, EEH_RESET_FUNDAMENTAL, true); in vfio_spapr_iommu_eeh_ioctl()
170 if (option == EEH_RESET_FUNDAMENTAL && ret == -8) { in pseries_eeh_phb_reset()178 if (option == EEH_RESET_FUNDAMENTAL || option == EEH_RESET_HOT) in pseries_eeh_phb_reset()878 pseries_eeh_phb_reset(phb, config_addr, EEH_RESET_FUNDAMENTAL); in eeh_pseries_init()
777 eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); in pcibios_set_pcie_reset_state()852 type = EEH_RESET_FUNDAMENTAL; in eeh_pe_reset_full()1495 case EEH_RESET_FUNDAMENTAL: in eeh_pe_reset()
211 #define EEH_RESET_FUNDAMENTAL 3 /* Fundamental reset */ macro