Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dppc-pci.h45 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed);
51 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-5.19.10/arch/powerpc/kernel/
Deeh.c823 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed) in eeh_pe_reset_full() argument
845 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full()
848 include_passed); in eeh_pe_reset_full()
877 if (!include_passed) in eeh_pe_reset_full()
1415 static int eeh_pe_reenable_devices(struct eeh_pe *pe, bool include_passed) in eeh_pe_reenable_devices() argument
1441 if (include_passed || !eeh_pe_passed(pe)) { in eeh_pe_reenable_devices()
1447 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices()
1462 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() argument
1476 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset()
1480 ret = eeh_pe_reenable_devices(pe, include_passed); in eeh_pe_reset()
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()
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()