Home
last modified time | relevance | path

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

123

/Linux-v5.4/tools/testing/selftests/kvm/lib/
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 …]
/Linux-v5.4/drivers/pci/pcie/
Derr.c57 !dev->driver->err_handler->error_detected) { in report_error_detected()
70 vote = err_handler->error_detected(dev, state); in report_error_detected()
Dportdrv_pci.c194 .error_detected = pcie_portdrv_error_detected,
/Linux-v5.4/arch/powerpc/kernel/
Deeh_driver.c346 if (!driver->err_handler->error_detected) in eeh_report_error()
351 rc = driver->err_handler->error_detected(pdev, pci_channel_io_frozen); in eeh_report_error()
464 if (!driver->err_handler->error_detected) in eeh_report_failure()
469 rc = driver->err_handler->error_detected(pdev, in eeh_report_failure()
522 driver->err_handler->error_detected && in eeh_rmv_device()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_aer.c214 .error_detected = adf_error_detected,
/Linux-v5.4/Documentation/PCI/
Dpcieaer-howto.rst197 at upstream is not required. The AER driver calls error_detected(dev,
211 error_detected(dev, pci_channel_io_frozen) to all drivers within
222 function. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER and
Dpci-error-recovery.rst82 int (*error_detected)(struct pci_dev *dev, enum pci_channel_state);
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.4/drivers/tty/serial/jsm/
Djsm_driver.c43 .error_detected = jsm_io_error_detected,
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_pcie.c609 .error_detected = qib_pci_error_detected,
/Linux-v5.4/drivers/pci/
Dxen-pcifront.c616 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process()
623 error_detected(pcidev, state); in pcifront_common_process()
/Linux-v5.4/drivers/misc/cxl/
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()
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,
/Linux-v5.4/drivers/misc/genwqe/
Dcard_base.c1328 .error_detected = genwqe_err_error_detected,
/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_main.c939 .error_detected = hisi_zip_error_detected,
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_init.c1169 .error_detected = csio_pci_error_detected,
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpcie.c633 .error_detected = pci_error_detected,
/Linux-v5.4/drivers/block/rsxx/
Dcore.c1062 .error_detected = rsxx_error_detected,
/Linux-v5.4/drivers/media/pci/ngene/
Dngene-cards.c1211 .error_detected = ngene_error_detected,
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci.c1428 .error_detected = vfio_pci_aer_err_detected,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1487 .error_detected = mlx5_pci_err_detected,
/Linux-v5.4/drivers/xen/xen-pciback/
Dpci_stub.c987 .error_detected = xen_pcibk_error_detected,
/Linux-v5.4/drivers/dma/ioat/
Dinit.c1311 .error_detected = ioat_pcie_error_detected,
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_glue.c2028 .error_detected = sym2_io_error_detected,
/Linux-v5.4/drivers/scsi/bfa/
Dbfad.c1678 .error_detected = bfad_pci_error_detected,
/Linux-v5.4/drivers/scsi/aacraid/
Dlinit.c2082 .error_detected = aac_pci_error_detected,

123