Home
last modified time | relevance | path

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

1234

/linux/tools/testing/selftests/kvm/lib/
A Dsparsebit.c1717 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/arch/s390/pci/
A Dpci_event.c71 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/drivers/pci/pcie/
A Derr.c61 !pdrv->err_handler->error_detected) { in report_error_detected()
76 vote = err_handler->error_detected(dev, state); in report_error_detected()
A Dportdrv_pci.c190 .error_detected = pcie_portdrv_error_detected,
/linux/arch/powerpc/kernel/
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()
/linux/drivers/crypto/qat/qat_common/
A Dadf_aer.c170 .error_detected = adf_error_detected,
/linux/Documentation/PCI/
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
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
/linux/drivers/tty/serial/jsm/
A Djsm_driver.c42 .error_detected = jsm_io_error_detected,
/linux/drivers/infiniband/hw/qib/
A Dqib_pcie.c602 .error_detected = qib_pci_error_detected,
/linux/drivers/pci/
A Dxen-pcifront.c609 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process()
613 return pdrv->err_handler->error_detected(pcidev, state); in pcifront_common_process()
/linux/drivers/misc/habanalabs/common/
A Dhabanalabs_drv.c583 .error_detected = hl_pci_err_detected,
/linux/drivers/misc/cxl/
A Dguest.c40 err_handler->error_detected) in pci_error_handlers()
41 err_handler->error_detected(afu_dev, state); in pci_error_handlers()
A Dpci.c1818 afu_result = err_handler->error_detected(afu_dev, in cxl_vphb_error_detected()
2099 .error_detected = cxl_pci_error_detected,
/linux/drivers/scsi/elx/efct/
A Defct_driver.c741 .error_detected = efct_pci_io_error_detected,
/linux/drivers/bus/mhi/
A Dpci_generic.c904 .error_detected = mhi_pci_error_detected,
/linux/drivers/misc/genwqe/
A Dcard_base.c1329 .error_detected = genwqe_err_error_detected,
/linux/drivers/scsi/csiostor/
A Dcsio_init.c1166 .error_detected = csio_pci_error_detected,
/linux/drivers/crypto/hisilicon/zip/
A Dzip_main.c994 .error_detected = hisi_qm_dev_err_detected,
/linux/drivers/crypto/hisilicon/sec2/
A Dsec_main.c1075 .error_detected = hisi_qm_dev_err_detected,
/linux/drivers/infiniband/hw/hfi1/
A Dpcie.c592 .error_detected = pci_error_detected,
/linux/drivers/block/rsxx/
A Dcore.c1069 .error_detected = rsxx_error_detected,
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_main.c1176 .error_detected = hisi_qm_dev_err_detected,
/linux/drivers/net/ethernet/sfc/
A Defx_common.c1289 .error_detected = efx_io_error_detected,
/linux/drivers/media/pci/ngene/
A Dngene-cards.c1207 .error_detected = ngene_error_detected,

Completed in 46 milliseconds

1234