/linux-6.3-rc2/arch/s390/pci/ |
A D | pci_event.c | 71 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.3-rc2/tools/testing/selftests/kvm/lib/ |
A D | sparsebit.c | 1717 error_detected = true; in sparsebit_validate_internal() 1737 error_detected = true; in sparsebit_validate_internal() 1748 error_detected = true; in sparsebit_validate_internal() 1762 error_detected = true; in sparsebit_validate_internal() 1775 error_detected = true; in sparsebit_validate_internal() 1788 error_detected = true; in sparsebit_validate_internal() 1798 error_detected = true; in sparsebit_validate_internal() 1814 error_detected = true; in sparsebit_validate_internal() 1863 if (!error_detected) { in sparsebit_validate_internal() 1873 error_detected = true; in sparsebit_validate_internal() [all …]
|
/linux-6.3-rc2/drivers/pci/pcie/ |
A D | err.c | 65 !pdrv->err_handler->error_detected) { in report_error_detected() 80 vote = err_handler->error_detected(dev, state); in report_error_detected()
|
A D | portdrv.c | 781 .error_detected = pcie_portdrv_error_detected,
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | eeh_driver.c | 329 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()
|
A D | eeh.c | 1889 drv->err_handler->error_detected && in eeh_dev_can_recover()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | adf_aer.c | 170 .error_detected = adf_error_detected,
|
/linux-6.3-rc2/Documentation/PCI/ |
A D | pcieaer-howto.rst | 191 at upstream is not required. The AER driver calls error_detected(dev, 205 error_detected(dev, pci_channel_io_frozen) to all drivers within 211 to reset the link. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER
|
A D | pci-error-recovery.rst | 82 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.3-rc2/drivers/tty/serial/jsm/ |
A D | jsm_driver.c | 42 .error_detected = jsm_io_error_detected,
|
/linux-6.3-rc2/drivers/platform/x86/intel/ |
A D | vsec.c | 510 .error_detected = intel_vsec_pci_error_detected,
|
/linux-6.3-rc2/drivers/infiniband/hw/qib/ |
A D | qib_pcie.c | 602 .error_detected = qib_pci_error_detected,
|
/linux-6.3-rc2/drivers/pci/ |
A D | xen-pcifront.c | 599 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 603 return pdrv->err_handler->error_detected(pcidev, state); in pcifront_common_process()
|
/linux-6.3-rc2/drivers/accel/habanalabs/common/ |
A D | habanalabs_drv.c | 668 .error_detected = hl_pci_err_detected,
|
/linux-6.3-rc2/drivers/misc/cxl/ |
A D | guest.c | 42 err_handler->error_detected) in pci_error_handlers() 43 err_handler->error_detected(afu_dev, state); in pci_error_handlers()
|
A D | pci.c | 1823 afu_result = err_handler->error_detected(afu_dev, in cxl_vphb_error_detected() 2104 .error_detected = cxl_pci_error_detected,
|
/linux-6.3-rc2/drivers/cxl/ |
A D | pci.c | 833 .error_detected = cxl_error_detected,
|
/linux-6.3-rc2/drivers/scsi/elx/efct/ |
A D | efct_driver.c | 739 .error_detected = efct_pci_io_error_detected,
|
/linux-6.3-rc2/drivers/misc/genwqe/ |
A D | card_base.c | 1329 .error_detected = genwqe_err_error_detected,
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | pcie.c | 592 .error_detected = pci_error_detected,
|
/linux-6.3-rc2/drivers/bus/mhi/host/ |
A D | pci_generic.c | 1077 .error_detected = mhi_pci_error_detected,
|
/linux-6.3-rc2/drivers/scsi/csiostor/ |
A D | csio_init.c | 1166 .error_detected = csio_pci_error_detected,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_common.c | 1300 .error_detected = efx_io_error_detected,
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx_common.c | 1288 .error_detected = efx_io_error_detected,
|
/linux-6.3-rc2/drivers/media/pci/ngene/ |
A D | ngene-cards.c | 1207 .error_detected = ngene_error_detected,
|