/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 1688 bool error_detected = false; in sparsebit_validate_internal() local 1718 error_detected = true; in sparsebit_validate_internal() 1738 error_detected = true; in sparsebit_validate_internal() 1749 error_detected = true; in sparsebit_validate_internal() 1763 error_detected = true; in sparsebit_validate_internal() 1776 error_detected = true; in sparsebit_validate_internal() 1789 error_detected = true; in sparsebit_validate_internal() 1799 error_detected = true; in sparsebit_validate_internal() 1815 error_detected = true; in sparsebit_validate_internal() 1835 error_detected = true; in sparsebit_validate_internal() [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | eeh_driver.c | 341 if (!driver->err_handler->error_detected) in eeh_report_error() 346 rc = driver->err_handler->error_detected(dev, pci_channel_io_frozen); in eeh_report_error() 456 if (!driver->err_handler->error_detected) in eeh_report_failure() 461 rc = driver->err_handler->error_detected(edev->pdev, in eeh_report_failure() 530 driver->err_handler->error_detected && in eeh_rmv_device()
|
/Linux-v4.19/drivers/pci/pcie/ |
D | err.c | 65 !dev->driver->err_handler->error_detected) { in report_error_detected() 96 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected()
|
D | portdrv_pci.c | 187 .error_detected = pcie_portdrv_error_detected,
|
/Linux-v4.19/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 215 .error_detected = adf_error_detected,
|
/Linux-v4.19/Documentation/PCI/ |
D | pcieaer-howto.txt | 175 at upstream is not required. The AER driver calls error_detected(dev, 187 error_detected(dev, pci_channel_io_frozen) to all drivers within 198 function. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER and
|
D | pci-error-recovery.txt | 79 int (*error_detected)(struct pci_dev *dev, enum pci_channel_state); 102 if it implements any, it must implement error_detected(). If a callback 122 Platform calls the error_detected() callback on every instance of 198 >>> the normal pci_check_whatever() API, no new error_detected() 332 the device. The platform will call error_detected() with a
|
/Linux-v4.19/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 43 .error_detected = jsm_io_error_detected,
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 610 .error_detected = qib_pci_error_detected,
|
/Linux-v4.19/drivers/pci/ |
D | xen-pcifront.c | 617 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 624 error_detected(pcidev, state); in pcifront_common_process()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | guest.c | 40 afu_dev->driver->err_handler->error_detected) in pci_error_handlers() 41 afu_dev->driver->err_handler->error_detected(afu_dev, state); in pci_error_handlers()
|
D | pci.c | 1820 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected() 2071 .error_detected = cxl_pci_error_detected,
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_base.c | 1337 .error_detected = genwqe_err_error_detected,
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_init.c | 1175 .error_detected = csio_pci_error_detected,
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | pcie.c | 663 .error_detected = pci_error_detected,
|
/Linux-v4.19/drivers/block/rsxx/ |
D | core.c | 1074 .error_detected = rsxx_error_detected,
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene-cards.c | 1224 .error_detected = ngene_error_detected,
|
/Linux-v4.19/drivers/vfio/pci/ |
D | vfio_pci.c | 1308 .error_detected = vfio_pci_aer_err_detected,
|
/Linux-v4.19/drivers/dma/ioat/ |
D | init.c | 1290 .error_detected = ioat_pcie_error_detected,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1590 .error_detected = mlx5_pci_err_detected,
|
/Linux-v4.19/drivers/xen/xen-pciback/ |
D | pci_stub.c | 986 .error_detected = xen_pcibk_error_detected,
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad.c | 1684 .error_detected = bfad_pci_error_detected,
|
/Linux-v4.19/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 2042 .error_detected = sym2_io_error_detected,
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | linit.c | 2095 .error_detected = aac_pci_error_detected,
|
/Linux-v4.19/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1992 .error_detected = alx_pci_error_detected,
|