Lines Matching refs:afu_result
1804 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET;
1819 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev,
1822 if (afu_result == PCI_ERS_RESULT_DISCONNECT)
1824 else if ((afu_result == PCI_ERS_RESULT_NONE) &&
1837 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET;
1949 afu_result = cxl_vphb_error_detected(afu, state);
1955 if (afu_result == PCI_ERS_RESULT_DISCONNECT)
1957 else if ((afu_result == PCI_ERS_RESULT_NONE) &&
1980 pci_ers_result_t afu_result = PCI_ERS_RESULT_RECOVERED;
2041 afu_result = afu_dev->driver->err_handler->slot_reset(afu_dev);
2043 if (afu_result == PCI_ERS_RESULT_DISCONNECT)