Home
last modified time | relevance | path

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

/linux-4.1.27/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()
658 enum pci_ers_result result = PCI_ERS_RESULT_NONE; in eeh_handle_normal_event()
703 if (result == PCI_ERS_RESULT_NONE) { in eeh_handle_normal_event()
766 result = PCI_ERS_RESULT_NONE; in eeh_handle_normal_event()
772 (result != PCI_ERS_RESULT_NONE)) { in eeh_handle_normal_event()
/linux-4.1.27/drivers/pci/pcie/aer/
Daerdrv.h88 if (new == PCI_ERS_RESULT_NONE) in merge_result()
Daerdrv_core.c247 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
/linux-4.1.27/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.1.27/drivers/pci/
Dxen-pcifront.c596 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
638 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
/linux-4.1.27/drivers/misc/genwqe/
Dcard_base.c1300 return PCI_ERS_RESULT_NONE; in genwqe_err_result_none()
/linux-4.1.27/drivers/block/rsxx/
Dcore.c650 return PCI_ERS_RESULT_NONE; in rsxx_error_detected()
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt95 PCI_ERS_RESULT_NONE, /* no result/none/not supported in device driver */
/linux-4.1.27/include/linux/
Dpci.h612 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator
/linux-4.1.27/drivers/scsi/bfa/
Dbfad.c1453 pci_ers_result_t ret = PCI_ERS_RESULT_NONE; in bfad_pci_error_detected()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_os.c9576 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_error_detected()
9610 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_mmio_enabled()
9748 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_slot_reset()