Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Deeh_driver.c222 if (*res == PCI_ERS_RESULT_NONE) *res = rc; in eeh_report_error()
261 if (*res == PCI_ERS_RESULT_NONE) *res = rc; in eeh_report_mmio_enabled()
301 if ((*res == PCI_ERS_RESULT_NONE) || in eeh_report_reset()
660 enum pci_ers_result result = PCI_ERS_RESULT_NONE; in eeh_handle_normal_event()
689 result != PCI_ERS_RESULT_NONE && in eeh_handle_normal_event()
713 if (result == PCI_ERS_RESULT_NONE) { in eeh_handle_normal_event()
776 result = PCI_ERS_RESULT_NONE; in eeh_handle_normal_event()
782 (result != PCI_ERS_RESULT_NONE)) { in eeh_handle_normal_event()
/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv.h88 if (new == PCI_ERS_RESULT_NONE) in merge_result()
Daerdrv_core.c275 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
/linux-4.4.14/drivers/xen/xen-pciback/
Dpci_stub.c661 return PCI_ERS_RESULT_NONE; in common_process()
694 aer_op->err = PCI_ERS_RESULT_NONE; in common_process()
754 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_slot_reset()
812 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_mmio_enabled()
871 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_error_detected()
/linux-4.4.14/drivers/misc/cxl/
Dpci.c1343 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_vphb_error_detected()
1345 result = PCI_ERS_RESULT_NONE; in cxl_vphb_error_detected()
1401 return PCI_ERS_RESULT_NONE; in cxl_pci_error_detected()
/linux-4.4.14/drivers/pci/
Dxen-pcifront.c604 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
646 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
/linux-4.4.14/drivers/misc/genwqe/
Dcard_base.c1300 return PCI_ERS_RESULT_NONE; in genwqe_err_result_none()
/linux-4.4.14/drivers/block/rsxx/
Dcore.c650 return PCI_ERS_RESULT_NONE; in rsxx_error_detected()
/linux-4.4.14/drivers/scsi/bfa/
Dbfad.c1453 pci_ers_result_t ret = PCI_ERS_RESULT_NONE; in bfad_pci_error_detected()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt95 PCI_ERS_RESULT_NONE, /* no result/none/not supported in device driver */
/linux-4.4.14/include/linux/
Dpci.h624 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c9568 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_error_detected()
9602 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_mmio_enabled()
9740 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_slot_reset()