Searched refs:eeh_pe_state_mark (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | eeh_driver.c | 591 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_pe_reset_and_recover() 653 eeh_pe_state_mark(pe, EEH_PE_KEEP); in eeh_reset_device() 1088 eeh_pe_state_mark(pe, EEH_PE_REMOVED); in eeh_handle_normal_event() 1180 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_handle_special_event() 1203 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_handle_special_event()
|
| H A D | eeh_pe.c | 516 void eeh_pe_state_mark(struct eeh_pe *root, int state) in eeh_pe_state_mark() function 524 EXPORT_SYMBOL_GPL(eeh_pe_state_mark); 540 eeh_pe_state_mark(root, EEH_PE_ISOLATED); in eeh_pe_mark_isolated()
|
| H A D | eeh_event.c | 129 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in __eeh_send_failure_event()
|
| H A D | eeh.c | 761 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in pcibios_set_pcie_reset_state() 770 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in pcibios_set_pcie_reset_state() 850 eeh_pe_state_mark(pe, reset_state); in eeh_pe_reset_full() 1479 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in eeh_pe_reset()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ppc-pci.h | 60 void eeh_pe_state_mark(struct eeh_pe *pe, int state);
|