/linux/tools/testing/selftests/kvm/lib/ |
H A D | sparsebit.c | 1686 bool error_detected = false; in sparsebit_validate_internal() local 1716 error_detected = true; in sparsebit_validate_internal() 1736 error_detected = true; in sparsebit_validate_internal() 1747 error_detected = true; in sparsebit_validate_internal() 1761 error_detected = true; in sparsebit_validate_internal() 1774 error_detected = true; in sparsebit_validate_internal() 1787 error_detected = true; in sparsebit_validate_internal() 1797 error_detected = true; in sparsebit_validate_internal() 1813 error_detected = true; in sparsebit_validate_internal() 1833 error_detected in sparsebit_validate_internal() [all...] |
/linux/arch/s390/pci/ |
H A D | pci_event.c | 80 if (!driver->err_handler->error_detected) in is_driver_supported() 90 ers_res = driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_notify_error_detected() 274 * While vfio-pci's error_detected callback notifies user-space QEMU in zpci_event_io_failure() 283 if (driver && driver->err_handler && driver->err_handler->error_detected) in zpci_event_io_failure() 284 driver->err_handler->error_detected(pdev, pdev->error_state); in zpci_event_io_failure()
|
/linux/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 329 if (!driver->err_handler->error_detected) in eeh_report_error() 332 eeh_edev_info(edev, "Invoking %s->error_detected(IO frozen)", in eeh_report_error() 334 rc = driver->err_handler->error_detected(pdev, pci_channel_io_frozen); in eeh_report_error() 454 if (!driver->err_handler->error_detected) in eeh_report_failure() 457 eeh_edev_info(edev, "Invoking %s->error_detected(permanent failure)", in eeh_report_failure() 459 rc = driver->err_handler->error_detected(pdev, in eeh_report_failure() 512 driver->err_handler->error_detected && in eeh_rmv_device() 949 eeh_pe_report("error_detected(IO frozen)", pe, in eeh_handle_normal_event() 1082 eeh_pe_report("error_detected(permanent failure)", pe, in eeh_handle_normal_event() 1214 "error_detected(permanen in eeh_handle_special_event() [all...] |
H A D | eeh.c | 1863 * .error_detected(), so it can quiesce IO to the device, and in eeh_dev_can_recover() 1877 drv->err_handler->error_detected && in eeh_dev_can_recover()
|
/linux/drivers/vfio/pci/pds/ |
H A D | pci_drv.c | 176 .error_detected = vfio_pci_core_aer_err_detected,
|
/linux/drivers/vfio/pci/virtio/ |
H A D | main.c | 211 .error_detected = vfio_pci_core_aer_err_detected,
|
/linux/drivers/net/ethernet/hisilicon/hibmcge/ |
H A D | hbg_err.c | 184 .error_detected = hbg_pci_err_detected,
|
/linux/Documentation/PCI/ |
H A D | pci-error-recovery.rst | 82 int (*error_detected)(struct pci_dev *dev, pci_channel_state_t); 108 if it implements any, it must implement error_detected(). If a callback 128 Platform calls the error_detected() callback on every instance of 209 the normal pci_check_whatever() API, no new error_detected() 351 the device. The platform will call error_detected() with a
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm_driver.c | 42 .error_detected = jsm_io_error_detected,
|
/linux/drivers/pci/pcie/ |
H A D | aer.c | 1169 } else if (err_handler->error_detected) { in cxl_rch_handle_error_iter() 1171 err_handler->error_detected(dev, pci_channel_io_normal); in cxl_rch_handle_error_iter() 1173 err_handler->error_detected(dev, pci_channel_io_frozen); in cxl_rch_handle_error_iter()
|
H A D | portdrv.c | 786 .error_detected = pcie_portdrv_error_detected,
|
/linux/drivers/pci/ |
H A D | xen-pcifront.c | 596 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 600 return pdrv->err_handler->error_detected(pcidev, state); in pcifront_common_process()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_pci.c | 565 .error_detected = fbnic_err_error_detected,
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_bus_pci.c | 511 .error_detected = ionic_pci_error_detected,
|
/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_drv.c | 715 .error_detected = hl_pci_err_detected,
|
/linux/drivers/net/ethernet/amd/pds_core/ |
H A D | main.c | 574 .error_detected = pdsc_pci_error_detected,
|
/linux/drivers/vfio/pci/qat/ |
H A D | main.c | 687 .error_detected = vfio_pci_core_aer_err_detected,
|
/linux/drivers/scsi/elx/efct/ |
H A D | efct_driver.c | 739 .error_detected = efct_pci_io_error_detected,
|
/linux/drivers/accel/qaic/ |
H A D | qaic_drv.c | 655 .error_detected = qaic_pci_error_detected,
|
/linux/drivers/platform/x86/intel/ |
H A D | vsec.c | 838 .error_detected = intel_vsec_pci_error_detected,
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | pcie.c | 585 .error_detected = pci_error_detected,
|
/linux/drivers/cxl/ |
H A D | pci.c | 1116 .error_detected = cxl_error_detected,
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx_common.c | 1266 .error_detected = efx_io_error_detected,
|
/linux/drivers/media/pci/ngene/ |
H A D | ngene-cards.c | 1207 .error_detected = ngene_error_detected,
|
/linux/drivers/bus/mhi/host/ |
H A D | pci_generic.c | 1525 .error_detected = mhi_pci_error_detected,
|