Searched refs:include_passed (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A 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);
|
A D | eeh.h | 307 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed);
|
/linux/arch/powerpc/kernel/ |
A 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()
|
A D | eeh_driver.c | 558 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()
|
A D | eeh_pe.c | 581 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()
|
Completed in 18 milliseconds