Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dppc-pci.h52 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed);
58 void eeh_pe_state_clear(struct eeh_pe *pe, int state, bool include_passed);
Deeh.h317 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
/Linux-v5.4/arch/powerpc/kernel/
Deeh.c908 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed) in eeh_pe_reset_full() argument
930 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full()
933 include_passed); in eeh_pe_reset_full()
962 if (!include_passed) in eeh_pe_reset_full()
1626 static int eeh_pe_reenable_devices(struct eeh_pe *pe, bool include_passed) in eeh_pe_reenable_devices() argument
1652 if (include_passed || !eeh_pe_passed(pe)) { in eeh_pe_reenable_devices()
1658 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices()
1672 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() argument
1686 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset()
1690 ret = eeh_pe_reenable_devices(pe, include_passed); in eeh_pe_reset()
Deeh_driver.c582 static int eeh_clear_pe_frozen_state(struct eeh_pe *root, bool include_passed) in eeh_clear_pe_frozen_state() argument
588 if (include_passed || !eeh_pe_passed(pe)) { in eeh_clear_pe_frozen_state()
596 eeh_pe_state_clear(root, EEH_PE_ISOLATED, include_passed); in eeh_clear_pe_frozen_state()
Deeh_pe.c649 void eeh_pe_state_clear(struct eeh_pe *root, int state, bool include_passed) in eeh_pe_state_clear() argument
660 if (!include_passed && eeh_pe_passed(pe)) in eeh_pe_state_clear()