Home
last modified time | relevance | path

Searched refs:eeh_ops (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/kernel/
A Deeh_pe.c124 ret = eeh_ops->get_state(pe, &mwait); in eeh_wait_state()
649 eeh_ops->read_config(edev, cap + PCI_EXP_SLTSTA, 2, &val); in eeh_bridge_check_link()
656 eeh_ops->read_config(edev, cap + PCI_EXP_SLTCAP, 2, &val); in eeh_bridge_check_link()
715 eeh_ops->write_config(edev, PCI_CACHE_LINE_SIZE, 1, in eeh_restore_bridge_bars()
717 eeh_ops->write_config(edev, PCI_LATENCY_TIMER, 1, in eeh_restore_bridge_bars()
740 eeh_ops->write_config(edev, PCI_CACHE_LINE_SIZE, 1, in eeh_restore_device_bars()
742 eeh_ops->write_config(edev, PCI_LATENCY_TIMER, 1, in eeh_restore_device_bars()
752 eeh_ops->read_config(edev, PCI_COMMAND, 4, &cmd); in eeh_restore_device_bars()
761 eeh_ops->write_config(edev, PCI_COMMAND, 4, cmd); in eeh_restore_device_bars()
781 if (eeh_ops->restore_config) in eeh_restore_one_device_bars()
[all …]
A Deeh.c109 struct eeh_ops *eeh_ops = NULL; variable
328 eeh_ops->configure_bridge(pe); in eeh_slot_error_detail()
719 if (eeh_ops->restore_config) in eeh_restore_dev_state()
720 eeh_ops->restore_config(edev); in eeh_restore_dev_state()
969 if (WARN_ON(eeh_ops)) in eeh_init()
973 eeh_ops = ops; in eeh_init()
1022 edev = eeh_ops->probe(dev); in eeh_probe_device()
1341 if (!eeh_ops || !eeh_ops->set_option) { in eeh_pe_set_option()
1374 if (!eeh_ops || !eeh_ops->get_state) in eeh_pe_get_state()
1463 if (!eeh_ops || !eeh_ops->set_option || !eeh_ops->reset) in eeh_pe_reset()
[all …]
A Deeh_sysfs.c51 state = eeh_ops->get_state(edev->pe, NULL); in eeh_pe_state_show()
100 if (!edev || !edev->pe || !eeh_ops->notify_resume) in eeh_notify_resume_store()
103 if (eeh_ops->notify_resume(edev)) in eeh_notify_resume_store()
A Deeh_driver.c427 if (eeh_ops->notify_resume) in eeh_report_resume()
428 eeh_ops->notify_resume(edev); in eeh_report_resume()
671 eeh_ops->configure_bridge(pe); in eeh_reset_device()
1137 rc = eeh_ops->next_error(&pe); in eeh_handle_special_event()
/linux/arch/powerpc/platforms/powernv/
A Deeh-powernv.c76 if (!eeh_ops || !eeh_ops->err_inject) in pnv_eeh_ei_write()
96 ret = eeh_ops->err_inject(pe, type, func, addr, mask); in pnv_eeh_ei_write()
817 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
820 eeh_ops->write_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
839 eeh_ops->read_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
842 eeh_ops->write_config(edev, aer + PCI_ERR_UNCOR_MASK, in __pnv_eeh_bridge_reset()
915 eeh_ops->read_config(edev, pos, 2, &status); in pnv_eeh_wait_for_pending()
989 eeh_ops->write_config(edev, edev->af_cap + PCI_AF_CTRL, in pnv_eeh_do_af_flr()
1377 ret = eeh_ops->get_state(dev_pe, NULL); in pnv_eeh_get_pe()
1573 state = eeh_ops->get_state(parent_pe, NULL); in pnv_eeh_next_error()
[all …]
/linux/arch/powerpc/include/asm/
A Deeh.h215 struct eeh_ops { struct
235 extern struct eeh_ops *eeh_ops; argument
294 int __init eeh_init(struct eeh_ops *ops);
/linux/arch/powerpc/platforms/pseries/
A Deeh_pseries.c438 ret = eeh_ops->set_option(&pe, EEH_OPT_ENABLE); in pseries_eeh_init_edev()
824 static struct eeh_ops pseries_eeh_ops = {

Completed in 25 milliseconds