Home
last modified time | relevance | path

Searched refs:PCI_ERS_RESULT_NONE (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/arch/powerpc/kernel/
Deeh_driver.c45 case PCI_ERS_RESULT_NONE: in eeh_result_priority()
66 case PCI_ERS_RESULT_NONE: in pci_ers_result_name()
342 return PCI_ERS_RESULT_NONE; in eeh_report_error()
349 pci_uevent_ers(dev, PCI_ERS_RESULT_NONE); in eeh_report_error()
365 return PCI_ERS_RESULT_NONE; in eeh_report_mmio_enabled()
384 return PCI_ERS_RESULT_NONE; in eeh_report_reset()
430 return PCI_ERS_RESULT_NONE; in eeh_report_resume()
440 return PCI_ERS_RESULT_NONE; in eeh_report_resume()
457 return PCI_ERS_RESULT_NONE; in eeh_report_failure()
791 enum pci_ers_result result = PCI_ERS_RESULT_NONE; in eeh_handle_normal_event()
[all …]
/Linux-v4.19/drivers/pci/pcie/
Derr.c33 if (new == PCI_ERS_RESULT_NONE) in merge_result()
93 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
97 pci_uevent_ers(dev, PCI_ERS_RESULT_NONE); in report_error_detected()
/Linux-v4.19/drivers/xen/xen-pciback/
Dpci_stub.c713 return PCI_ERS_RESULT_NONE; in common_process()
746 aer_op->err = PCI_ERS_RESULT_NONE; in common_process()
806 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_slot_reset()
864 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_mmio_enabled()
923 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_error_detected()
/Linux-v4.19/drivers/misc/cxl/
Dpci.c1825 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_vphb_error_detected()
1827 result = PCI_ERS_RESULT_NONE; in cxl_vphb_error_detected()
1884 return PCI_ERS_RESULT_NONE; in cxl_pci_error_detected()
1949 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_pci_error_detected()
1951 result = PCI_ERS_RESULT_NONE; in cxl_pci_error_detected()
/Linux-v4.19/drivers/pci/
Dxen-pcifront.c606 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
647 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
Dpci-driver.c1555 case PCI_ERS_RESULT_NONE: in pci_uevent_ers()
/Linux-v4.19/drivers/misc/genwqe/
Dcard_base.c1296 return PCI_ERS_RESULT_NONE; in genwqe_err_result_none()
/Linux-v4.19/drivers/block/rsxx/
Dcore.c646 return PCI_ERS_RESULT_NONE; in rsxx_error_detected()
/Linux-v4.19/drivers/scsi/bfa/
Dbfad.c1446 pci_ers_result_t ret = PCI_ERS_RESULT_NONE; in bfad_pci_error_detected()
/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt94 PCI_ERS_RESULT_NONE, /* no result/none/not supported in device driver */
/Linux-v4.19/include/linux/
Dpci.h712 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_os.c9602 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_error_detected()
9636 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_mmio_enabled()
9774 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_slot_reset()