Searched refs:eeh_pe_state_mark (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | eeh_driver.c | 584 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_pe_reset_and_recover() 646 eeh_pe_state_mark(pe, EEH_PE_KEEP); in eeh_reset_device() 1074 eeh_pe_state_mark(pe, EEH_PE_REMOVED); in eeh_handle_normal_event() 1158 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_handle_special_event() 1179 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in eeh_handle_special_event()
|
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()
|
D | eeh_event.c | 129 eeh_pe_state_mark(pe, EEH_PE_RECOVERING); in __eeh_send_failure_event()
|
D | eeh.c | 752 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in pcibios_set_pcie_reset_state() 761 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in pcibios_set_pcie_reset_state() 841 eeh_pe_state_mark(pe, reset_state); in eeh_pe_reset_full() 1491 eeh_pe_state_mark(pe, EEH_PE_CFG_BLOCKED); in eeh_pe_reset()
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-pci.h | 49 void eeh_pe_state_mark(struct eeh_pe *pe, int state);
|