Lines Matching refs:afu_result
1797 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET;
1814 afu_result = err_handler->error_detected(afu_dev,
1817 if (afu_result == PCI_ERS_RESULT_DISCONNECT)
1819 else if ((afu_result == PCI_ERS_RESULT_NONE) &&
1832 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET;
1944 afu_result = cxl_vphb_error_detected(afu, state);
1950 if (afu_result == PCI_ERS_RESULT_DISCONNECT)
1952 else if ((afu_result == PCI_ERS_RESULT_NONE) &&
1977 pci_ers_result_t afu_result = PCI_ERS_RESULT_RECOVERED;
2039 afu_result = err_handler->slot_reset(afu_dev);
2041 if (afu_result == PCI_ERS_RESULT_DISCONNECT)