Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/pcie/
Derr.c33 if (new == PCI_ERS_RESULT_NONE) in merge_result()
75 vote = PCI_ERS_RESULT_NONE; in report_error_detected()
79 pci_uevent_ers(dev, PCI_ERS_RESULT_NONE); in report_error_detected()
/linux-4.19.296/drivers/xen/xen-pciback/
Dpci_stub.c714 return PCI_ERS_RESULT_NONE; in common_process()
754 aer_op->err = PCI_ERS_RESULT_NONE; in common_process()
807 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_slot_reset()
865 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_mmio_enabled()
924 if (result == PCI_ERS_RESULT_NONE || in xen_pcibk_error_detected()
/linux-4.19.296/drivers/misc/cxl/
Dpci.c1830 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_vphb_error_detected()
1832 result = PCI_ERS_RESULT_NONE; in cxl_vphb_error_detected()
1892 return PCI_ERS_RESULT_NONE; in cxl_pci_error_detected()
1963 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_pci_error_detected()
1965 result = PCI_ERS_RESULT_NONE; in cxl_pci_error_detected()
/linux-4.19.296/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.c1559 case PCI_ERS_RESULT_NONE: in pci_uevent_ers()
/linux-4.19.296/drivers/misc/genwqe/
Dcard_base.c1296 return PCI_ERS_RESULT_NONE; in genwqe_err_result_none()
/linux-4.19.296/include/linux/
Dpci.h721 PCI_ERS_RESULT_NONE = (__force pci_ers_result_t) 1, enumerator