Searched refs:PCI_ERS_RESULT_NONE (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/pci/pcie/aer/
H A Daerdrv.h88 if (new == PCI_ERS_RESULT_NONE) merge_result()
H A Daerdrv_core.c247 vote = PCI_ERS_RESULT_NONE; report_error_detected()
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh_driver.c222 if (*res == PCI_ERS_RESULT_NONE) *res = rc; eeh_report_error()
261 if (*res == PCI_ERS_RESULT_NONE) *res = rc; eeh_report_mmio_enabled()
301 if ((*res == PCI_ERS_RESULT_NONE) || eeh_report_reset()
658 enum pci_ers_result result = PCI_ERS_RESULT_NONE; eeh_handle_normal_event()
703 if (result == PCI_ERS_RESULT_NONE) { eeh_handle_normal_event()
766 result = PCI_ERS_RESULT_NONE; eeh_handle_normal_event()
772 (result != PCI_ERS_RESULT_NONE)) { eeh_handle_normal_event()
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dpci_stub.c661 return PCI_ERS_RESULT_NONE; common_process()
694 aer_op->err = PCI_ERS_RESULT_NONE; common_process()
754 if (result == PCI_ERS_RESULT_NONE || xen_pcibk_slot_reset()
812 if (result == PCI_ERS_RESULT_NONE || xen_pcibk_mmio_enabled()
871 if (result == PCI_ERS_RESULT_NONE || xen_pcibk_error_detected()
/linux-4.1.27/drivers/pci/
H A Dxen-pcifront.c596 result = PCI_ERS_RESULT_NONE; pcifront_common_process()
638 result = PCI_ERS_RESULT_NONE; pcifront_common_process()
/linux-4.1.27/drivers/misc/genwqe/
H A Dcard_base.c1300 return PCI_ERS_RESULT_NONE; genwqe_err_result_none()
/linux-4.1.27/drivers/block/rsxx/
H A Dcore.c650 return PCI_ERS_RESULT_NONE; rsxx_error_detected()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfad.c1453 pci_ers_result_t ret = PCI_ERS_RESULT_NONE; bfad_pci_error_detected()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_os.c9576 return PCI_ERS_RESULT_NONE; qla4xxx_pci_error_detected()
9610 return PCI_ERS_RESULT_NONE; qla4xxx_pci_mmio_enabled()
9748 return PCI_ERS_RESULT_NONE; qla4xxx_pci_slot_reset()
/linux-4.1.27/include/linux/
H A Dpci.h612 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator in enum:pci_ers_result

Completed in 847 milliseconds