Searched refs:include_passed (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-pci.h | 45 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);
|
D | eeh.h | 307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | eeh.c | 823 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()
|
D | eeh_driver.c | 557 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()
|
D | eeh_pe.c | 582 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()
|