Home
last modified time | relevance | path

Searched refs:error_detected (Results 1 – 25 of 57) sorted by relevance

123

/linux/drivers/pci/pcie/
H A Derr.c66 !pdrv->err_handler->error_detected) { in report_error_detected()
81 vote = err_handler->error_detected(dev, state); in report_error_detected()
118 if (!pdrv || !pdrv->err_handler || !pdrv->err_handler->error_detected) in report_perm_failure_detected()
122 err_handler->error_detected(dev, pci_channel_io_perm_failure); in report_perm_failure_detected()
H A Daer.c1202 } else if (err_handler->error_detected) { in cxl_rch_handle_error_iter()
1204 err_handler->error_detected(dev, pci_channel_io_normal); in cxl_rch_handle_error_iter()
1206 err_handler->error_detected(dev, pci_channel_io_frozen); in cxl_rch_handle_error_iter()
/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1686 bool error_detected = false; in sparsebit_validate_internal() local
1716 error_detected = true; in sparsebit_validate_internal()
1736 error_detected = true; in sparsebit_validate_internal()
1747 error_detected = true; in sparsebit_validate_internal()
1761 error_detected = true; in sparsebit_validate_internal()
1774 error_detected = true; in sparsebit_validate_internal()
1787 error_detected = true; in sparsebit_validate_internal()
1797 error_detected = true; in sparsebit_validate_internal()
1813 error_detected = true; in sparsebit_validate_internal()
1833 error_detected = true; in sparsebit_validate_internal()
[all …]
/linux/arch/s390/pci/
H A Dpci_event.c79 if (!driver->err_handler->error_detected) in is_driver_supported()
89 ers_res = driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_notify_error_detected()
285 if (driver && driver->err_handler && driver->err_handler->error_detected) in zpci_event_io_failure()
286 driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_io_failure()
/linux/arch/powerpc/kernel/
H A Deeh_driver.c329 if (!driver->err_handler->error_detected) in eeh_report_error()
334 rc = driver->err_handler->error_detected(pdev, pci_channel_io_frozen); in eeh_report_error()
454 if (!driver->err_handler->error_detected) in eeh_report_failure()
459 rc = driver->err_handler->error_detected(pdev, in eeh_report_failure()
512 driver->err_handler->error_detected && in eeh_rmv_device()
H A Deeh.c1877 drv->err_handler->error_detected && in eeh_dev_can_recover()
/linux/drivers/vfio/pci/pds/
H A Dpci_drv.c176 .error_detected = vfio_pci_core_aer_err_detected,
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_err.c185 .error_detected = hbg_pci_err_detected,
/linux/drivers/vfio/pci/virtio/
H A Dmain.c214 .error_detected = vfio_pci_core_aer_err_detected,
/linux/Documentation/PCI/
H A Dpcieaer-howto.rst195 at upstream is not required. The AER driver calls error_detected(dev,
212 error_detected(dev, pci_channel_io_frozen) to all drivers within
214 necessary. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c222 .error_detected = adf_error_detected,
/linux/drivers/pci/
H A Dxen-pcifront.c596 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process()
600 return pdrv->err_handler->error_detected(pcidev, state); in pcifront_common_process()
/linux/drivers/vfio/pci/xe/
H A Dmain.c131 .error_detected = vfio_pci_core_aer_err_detected,
/linux/drivers/scsi/elx/efct/
H A Defct_driver.c739 .error_detected = efct_pci_io_error_detected,
/linux/drivers/vfio/pci/qat/
H A Dmain.c688 .error_detected = vfio_pci_core_aer_err_detected,
/linux/drivers/platform/x86/intel/
H A Dvsec.c840 .error_detected = intel_vsec_pci_error_detected,
/linux/drivers/accel/qaic/
H A Dqaic_drv.c675 .error_detected = qaic_pci_error_detected,
/linux/drivers/misc/genwqe/
H A Dcard_base.c1347 .error_detected = genwqe_err_error_detected,
/linux/drivers/vfio/pci/nvgrace-gpu/
H A Dmain.c1170 .error_detected = vfio_pci_core_aer_err_detected,
/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c585 .error_detected = pci_error_detected,
/linux/drivers/cxl/
H A Dpci.c1116 .error_detected = cxl_error_detected,
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c1263 .error_detected = efx_io_error_detected,
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1290 .error_detected = efx_io_error_detected,
/linux/drivers/media/pci/ngene/
H A Dngene-cards.c1207 .error_detected = ngene_error_detected,
/linux/drivers/bus/mhi/host/
H A Dpci_generic.c1576 .error_detected = mhi_pci_error_detected,

123