Searched refs:include_passed (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-pci.h | 58 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed); 62 void eeh_pe_state_clear(struct eeh_pe *pe, int state, bool include_passed);
|
| /linux/arch/powerpc/kernel/ |
| H A D | eeh.c | 832 int eeh_pe_reset_full(struct eeh_pe *pe, bool include_passed) in eeh_pe_reset_full() argument 854 ret = eeh_pe_reset(pe, type, include_passed); in eeh_pe_reset_full() 857 include_passed); in eeh_pe_reset_full() 886 if (!include_passed) in eeh_pe_reset_full() 1403 static int eeh_pe_reenable_devices(struct eeh_pe *pe, bool include_passed) in eeh_pe_reenable_devices() argument 1429 if (include_passed || !eeh_pe_passed(pe)) { in eeh_pe_reenable_devices() 1435 eeh_pe_state_clear(pe, EEH_PE_ISOLATED, include_passed); in eeh_pe_reenable_devices() 1450 int eeh_pe_reset(struct eeh_pe *pe, int option, bool include_passed) in eeh_pe_reset() argument 1464 eeh_pe_state_clear(pe, EEH_PE_CFG_BLOCKED, include_passed); in eeh_pe_reset() 1468 ret = eeh_pe_reenable_devices(pe, include_passed); in eeh_pe_reset()
|