Home
last modified time | relevance | path

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

/Linux-v5.10/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.h307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
/Linux-v5.10/arch/powerpc/kernel/
Deeh.c837 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed) in eeh_pe_reset_full() argument
859 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full()
862 include_passed); in eeh_pe_reset_full()
891 if (!include_passed) in eeh_pe_reset_full()
1428 static int eeh_pe_reenable_devices(struct eeh_pe *pe, bool include_passed) in eeh_pe_reenable_devices() argument
1454 if (include_passed || !eeh_pe_passed(pe)) { in eeh_pe_reenable_devices()
1460 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices()
1474 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() argument
1488 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset()
1492 ret = eeh_pe_reenable_devices(pe, include_passed); in eeh_pe_reset()
Deeh_driver.c558 static int eeh_clear_pe_frozen_state(struct eeh_pe *root, bool include_passed) in eeh_clear_pe_frozen_state() argument
564 if (include_passed || !eeh_pe_passed(pe)) { in eeh_clear_pe_frozen_state()
572 eeh_pe_state_clear(root, EEH_PE_ISOLATED, include_passed); in eeh_clear_pe_frozen_state()
Deeh_pe.c581 void eeh_pe_state_clear(struct eeh_pe *root, int state, bool include_passed) in eeh_pe_state_clear() argument
592 if (!include_passed && eeh_pe_passed(pe)) in eeh_pe_state_clear()