Searched refs:afu_result (Results 1 – 1 of 1) sorted by relevance
1326 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected() local1338 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected()1341 if (afu_result == PCI_ERS_RESULT_DISCONNECT) in cxl_vphb_error_detected()1343 else if ((afu_result == PCI_ERS_RESULT_NONE) && in cxl_vphb_error_detected()1478 pci_ers_result_t afu_result = PCI_ERS_RESULT_RECOVERED; in cxl_pci_slot_reset() local1527 afu_result = afu_dev->driver->err_handler->slot_reset(afu_dev); in cxl_pci_slot_reset()1529 if (afu_result == PCI_ERS_RESULT_DISCONNECT) in cxl_pci_slot_reset()