Home
last modified time | relevance | path

Searched refs:include_passed (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dppc-pci.h58 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed);
62 void eeh_pe_state_clear(struct eeh_pe *pe, int state, bool include_passed);
H A Deeh.h307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
/linux/arch/powerpc/kernel/
H A Deeh.c832 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed) in eeh_pe_reset_full() argument
854 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full()
857 include_passed); in eeh_pe_reset_full()
886 if (!include_passed) in eeh_pe_reset_full()
1408 static int eeh_pe_reenable_devices(struct eeh_pe *pe, bool include_passed) in eeh_pe_reenable_devices() argument
1434 if (include_passed || !eeh_pe_passed(pe)) { in eeh_pe_reenable_devices()
1440 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices()
1455 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() argument
1469 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset()
1473 ret = eeh_pe_reenable_devices(pe, include_passed); in eeh_pe_reset()
H A Deeh_driver.c557 static int eeh_clear_pe_frozen_state(struct eeh_pe *root, bool include_passed) in eeh_clear_pe_frozen_state() argument
563 if (include_passed || !eeh_pe_passed(pe)) { in eeh_clear_pe_frozen_state()
571 eeh_pe_state_clear(root, EEH_PE_ISOLATED, include_passed); in eeh_clear_pe_frozen_state()
H A Deeh_pe.c582 void eeh_pe_state_clear(struct eeh_pe *root, int state, bool include_passed) in eeh_pe_state_clear() argument
593 if (!include_passed && eeh_pe_passed(pe)) in eeh_pe_state_clear()