Searched refs:EEH_PE_KEEP (Results 1 – 4 of 4) sorted by relevance
671 eeh_pe_state_mark(pe, EEH_PE_KEEP); in eeh_reset_device()732 eeh_pe_state_clear(pe, EEH_PE_KEEP, true); in eeh_reset_device()761 if (pe->state & EEH_PE_KEEP) in eeh_pe_cleanup()
504 keep = !!(pe->state & EEH_PE_KEEP); in eeh_rmv_from_parent_pe()
1306 if (!(edev->pe->state & EEH_PE_KEEP)) in eeh_remove_device()
69 #define EEH_PE_KEEP (1 << 8) /* Keep PE on hotplug */ macro