Searched refs:PCI_ERS_RESULT_NEED_RESET (Results 1 – 4 of 4) sorted by relevance
42 if (new == PCI_ERS_RESULT_NEED_RESET) in merge_result()43 orig = PCI_ERS_RESULT_NEED_RESET; in merge_result()316 if (status == PCI_ERS_RESULT_NEED_RESET) { in pcie_do_nonfatal_recovery()
1809 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()1810 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()1831 (result == PCI_ERS_RESULT_NEED_RESET)) in cxl_vphb_error_detected()1842 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_pci_error_detected()1843 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_pci_error_detected()1964 (result == PCI_ERS_RESULT_NEED_RESET)) in cxl_pci_error_detected()
1275 return PCI_ERS_RESULT_NEED_RESET; in genwqe_err_error_detected()
727 PCI_ERS_RESULT_NEED_RESET = (__force pci_ers_result_t) 3, enumerator