Lines Matching refs:eeh_pe
217 static void eeh_set_channel_state(struct eeh_pe *root, pci_channel_state_t s) in eeh_set_channel_state()
219 struct eeh_pe *pe; in eeh_set_channel_state()
228 static void eeh_set_irq_state(struct eeh_pe *root, bool enable) in eeh_set_irq_state()
230 struct eeh_pe *pe; in eeh_set_irq_state()
301 static void eeh_pe_report(const char *name, struct eeh_pe *root, in eeh_pe_report()
304 struct eeh_pe *pe; in eeh_pe_report()
536 static void *eeh_pe_detach_dev(struct eeh_pe *pe, void *userdata) in eeh_pe_detach_dev()
558 static int eeh_clear_pe_frozen_state(struct eeh_pe *root, bool include_passed) in eeh_clear_pe_frozen_state()
560 struct eeh_pe *pe; in eeh_clear_pe_frozen_state()
576 int eeh_pe_reset_and_recover(struct eeh_pe *pe) in eeh_pe_reset_and_recover()
624 static int eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus, in eeh_reset_device()
631 struct eeh_pe *tmp_pe; in eeh_reset_device()
730 static void eeh_pe_cleanup(struct eeh_pe *pe) in eeh_pe_cleanup()
732 struct eeh_pe *child_pe, *tmp; in eeh_pe_cleanup()
836 void eeh_handle_normal_event(struct eeh_pe *pe) in eeh_handle_normal_event()
840 struct eeh_pe *tmp_pe; in eeh_handle_normal_event()
879 struct eeh_pe *phb_pe = eeh_phb_pe_get(pe->phb); in eeh_handle_normal_event()
1122 struct eeh_pe *pe, *phb_pe, *tmp_pe; in eeh_handle_special_event()