Home
last modified time | relevance | path

Searched refs:EEH_DEV_REMOVED (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/kernel/
Deeh_driver.c78 return !edev || (edev->mode & EEH_DEV_REMOVED); in eeh_dev_removed()
1083 eeh_pe_dev_mode_mark(pe, EEH_DEV_REMOVED); in eeh_handle_normal_event()
1086 eeh_pe_dev_mode_mark(pe, EEH_DEV_REMOVED); in eeh_handle_normal_event()
Dpci_of_scan.c376 if (edev && (edev->mode & EEH_DEV_REMOVED)) in of_scan_pci_dev()
/linux-5.19.10/arch/powerpc/include/asm/
Deeh.h130 #define EEH_DEV_REMOVED (1 << 10) /* Removed permanently */ macro
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dpci.c663 if (edev->mode & EEH_DEV_REMOVED) in pnv_pci_cfg_check()