Home
last modified time | relevance | path

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

1234

/linux-6.6.21/arch/s390/pci/
Dpci_event.c71 if (!driver->err_handler->error_detected) in is_driver_supported()
85 ers_res = driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_notify_error_detected()
245 if (driver && driver->err_handler && driver->err_handler->error_detected) in zpci_event_io_failure()
246 driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_io_failure()
/linux-6.6.21/tools/testing/selftests/kvm/lib/
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-6.6.21/drivers/pci/pcie/
Derr.c65 !pdrv->err_handler->error_detected) { in report_error_detected()
80 vote = err_handler->error_detected(dev, state); in report_error_detected()
Dportdrv.c781 .error_detected = pcie_portdrv_error_detected,
/linux-6.6.21/arch/powerpc/kernel/
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()
447 if (!driver->err_handler->error_detected) in eeh_report_failure()
452 rc = driver->err_handler->error_detected(pdev, in eeh_report_failure()
505 driver->err_handler->error_detected && in eeh_rmv_device()
/linux-6.6.21/drivers/vfio/pci/pds/
Dpci_drv.c193 .error_detected = vfio_pci_core_aer_err_detected,
/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_aer.c168 .error_detected = adf_error_detected,
/linux-6.6.21/Documentation/PCI/
Dpcieaer-howto.rst181 at upstream is not required. The AER driver calls error_detected(dev,
195 error_detected(dev, pci_channel_io_frozen) to all drivers within
201 to reset the link. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER
Dpci-error-recovery.rst82 int (*error_detected)(struct pci_dev *dev, pci_channel_state_t);
108 if it implements any, it must implement error_detected(). If a callback
128 Platform calls the error_detected() callback on every instance of
209 the normal pci_check_whatever() API, no new error_detected()
351 the device. The platform will call error_detected() with a
/linux-6.6.21/drivers/tty/serial/jsm/
Djsm_driver.c42 .error_detected = jsm_io_error_detected,
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_pcie.c594 .error_detected = qib_pci_error_detected,
/linux-6.6.21/drivers/platform/x86/intel/
Dvsec.c503 .error_detected = intel_vsec_pci_error_detected,
/linux-6.6.21/drivers/pci/
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-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs_drv.c660 .error_detected = hl_pci_err_detected,
/linux-6.6.21/drivers/misc/cxl/
Dguest.c42 err_handler->error_detected) in pci_error_handlers()
43 err_handler->error_detected(afu_dev, state); in pci_error_handlers()
Dpci.c1814 afu_result = err_handler->error_detected(afu_dev, in cxl_vphb_error_detected()
2095 .error_detected = cxl_pci_error_detected,
/linux-6.6.21/drivers/accel/qaic/
Dqaic_drv.c576 .error_detected = qaic_pci_error_detected,
/linux-6.6.21/drivers/scsi/elx/efct/
Defct_driver.c739 .error_detected = efct_pci_io_error_detected,
/linux-6.6.21/drivers/cxl/
Dpci.c955 .error_detected = cxl_error_detected,
/linux-6.6.21/drivers/misc/genwqe/
Dcard_base.c1347 .error_detected = genwqe_err_error_detected,
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_init.c1165 .error_detected = csio_pci_error_detected,
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dpcie.c585 .error_detected = pci_error_detected,
/linux-6.6.21/drivers/bus/mhi/host/
Dpci_generic.c1132 .error_detected = mhi_pci_error_detected,
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Defx_common.c1300 .error_detected = efx_io_error_detected,
/linux-6.6.21/drivers/net/ethernet/sfc/
Defx_common.c1283 .error_detected = efx_io_error_detected,

1234