Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1687 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 …]
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Derr.c59 !dev->driver->err_handler->error_detected) { in report_error_detected()
74 vote = err_handler->error_detected(dev, state); in report_error_detected()
H A Dportdrv_pci.c206 .error_detected = pcie_portdrv_error_detected,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh_driver.c330 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()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_aer.c170 .error_detected = adf_error_detected,
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpcieaer-howto.rst191 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
H A Dpci-error-recovery.rst82 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
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_driver.c43 .error_detected = jsm_io_error_detected,
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs_drv.c522 .error_detected = hl_pci_err_detected,
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dxen-pcifront.c610 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process()
617 error_detected(pcidev, state); in pcifront_common_process()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_pcie.c609 .error_detected = qib_pci_error_detected,
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dguest.c36 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()
H A Dpci.c1814 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected()
2086 .error_detected = cxl_pci_error_detected,
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/
H A Dzip_main.c881 .error_detected = hisi_qm_dev_err_detected,
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c938 .error_detected = hisi_qm_dev_err_detected,
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_base.c1344 .error_detected = genwqe_err_error_detected,
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_init.c1166 .error_detected = csio_pci_error_detected,
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_main.c928 .error_detected = hisi_qm_dev_err_detected,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpcie.c641 .error_detected = pci_error_detected,
/OK3568_Linux_fs/kernel/drivers/block/rsxx/
H A Dcore.c1067 .error_detected = rsxx_error_detected,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.c1287 .error_detected = efx_io_error_detected,
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-cards.c1211 .error_detected = ngene_error_detected,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c1556 .error_detected = amdgpu_pci_error_detected,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1499 .error_detected = mlx5_pci_err_detected,
/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Dinit.c1309 .error_detected = ioat_pcie_error_detected,

123