/Linux-v5.10/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 1687 bool error_detected = false; in sparsebit_validate_internal() local 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() 1834 error_detected = true; in sparsebit_validate_internal() [all …]
|
/Linux-v5.10/drivers/pci/pcie/ |
D | err.c | 59 !dev->driver->err_handler->error_detected) { in report_error_detected() 74 vote = err_handler->error_detected(dev, state); in report_error_detected()
|
D | portdrv_pci.c | 202 .error_detected = pcie_portdrv_error_detected,
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | eeh_driver.c | 330 if (!driver->err_handler->error_detected) in eeh_report_error() 335 rc = driver->err_handler->error_detected(pdev, pci_channel_io_frozen); in eeh_report_error() 448 if (!driver->err_handler->error_detected) in eeh_report_failure() 453 rc = driver->err_handler->error_detected(pdev, in eeh_report_failure() 506 driver->err_handler->error_detected && in eeh_rmv_device()
|
/Linux-v5.10/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 170 .error_detected = adf_error_detected,
|
/Linux-v5.10/Documentation/PCI/ |
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
|
D | pci-error-recovery.rst | 82 int (*error_detected)(struct pci_dev *dev, pci_channel_state_t); 107 if it implements any, it must implement error_detected(). If a callback 127 Platform calls the error_detected() callback on every instance of 208 the normal pci_check_whatever() API, no new error_detected() 350 the device. The platform will call error_detected() with a
|
/Linux-v5.10/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 43 .error_detected = jsm_io_error_detected,
|
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | habanalabs_drv.c | 521 .error_detected = hl_pci_err_detected,
|
/Linux-v5.10/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 609 .error_detected = qib_pci_error_detected,
|
/Linux-v5.10/drivers/pci/ |
D | xen-pcifront.c | 610 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 617 error_detected(pcidev, state); in pcifront_common_process()
|
/Linux-v5.10/drivers/misc/cxl/ |
D | guest.c | 36 afu_dev->driver->err_handler->error_detected) in pci_error_handlers() 37 afu_dev->driver->err_handler->error_detected(afu_dev, state); in pci_error_handlers()
|
D | pci.c | 1814 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected() 2086 .error_detected = cxl_pci_error_detected,
|
/Linux-v5.10/drivers/crypto/hisilicon/zip/ |
D | zip_main.c | 881 .error_detected = hisi_qm_dev_err_detected,
|
/Linux-v5.10/drivers/crypto/hisilicon/sec2/ |
D | sec_main.c | 938 .error_detected = hisi_qm_dev_err_detected,
|
/Linux-v5.10/drivers/misc/genwqe/ |
D | card_base.c | 1344 .error_detected = genwqe_err_error_detected,
|
/Linux-v5.10/drivers/scsi/csiostor/ |
D | csio_init.c | 1166 .error_detected = csio_pci_error_detected,
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | pcie.c | 641 .error_detected = pci_error_detected,
|
/Linux-v5.10/drivers/crypto/hisilicon/hpre/ |
D | hpre_main.c | 928 .error_detected = hisi_qm_dev_err_detected,
|
/Linux-v5.10/drivers/block/rsxx/ |
D | core.c | 1064 .error_detected = rsxx_error_detected,
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 1287 .error_detected = efx_io_error_detected,
|
/Linux-v5.10/drivers/media/pci/ngene/ |
D | ngene-cards.c | 1211 .error_detected = ngene_error_detected,
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_drv.c | 1547 .error_detected = amdgpu_pci_error_detected,
|
/Linux-v5.10/drivers/dma/ioat/ |
D | init.c | 1309 .error_detected = ioat_pcie_error_detected,
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1494 .error_detected = mlx5_pci_err_detected,
|