Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/pseries/
Deeh_driver.c129 if (*res == PCI_ERS_RESULT_NONE) *res = rc; in eeh_report_error()
156 if (*res == PCI_ERS_RESULT_NONE) *res = rc; in eeh_report_mmio_enabled()
182 if ((*res == PCI_ERS_RESULT_NONE) || in eeh_report_reset()
330 enum pci_ers_result result = PCI_ERS_RESULT_NONE; in handle_eeh_events()
411 if (result == PCI_ERS_RESULT_NONE) { in handle_eeh_events()
428 result = PCI_ERS_RESULT_NONE; in handle_eeh_events()
458 result = PCI_ERS_RESULT_NONE; in handle_eeh_events()
464 (result != PCI_ERS_RESULT_NONE)) { in handle_eeh_events()
/linux-2.6.39/drivers/pci/pcie/aer/
Daerdrv.h90 if (new == PCI_ERS_RESULT_NONE) in merge_result()
/linux-2.6.39/drivers/pci/
Dxen-pcifront.c586 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
630 result = PCI_ERS_RESULT_NONE; in pcifront_common_process()
/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_os.c2310 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_error_detected()
2344 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_mmio_enabled()
2479 return PCI_ERS_RESULT_NONE; in qla4xxx_pci_slot_reset()
/linux-2.6.39/include/linux/
Dpci.h505 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator
/linux-2.6.39/Documentation/PCI/
Dpci-error-recovery.txt95 PCI_ERS_RESULT_NONE, /* no result/none/not supported in device driver */