/linux-4.4.14/drivers/pci/pcie/ |
D | portdrv_pci.c | 163 !driver->err_handler->error_detected) in error_detected_iter() 169 status = driver->err_handler->error_detected( in error_detected_iter() 301 .error_detected = pcie_portdrv_error_detected,
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | eeh_driver.c | 213 !driver->err_handler->error_detected) { in eeh_report_error() 218 rc = driver->err_handler->error_detected(dev, pci_channel_io_frozen); in eeh_report_error() 401 !driver->err_handler->error_detected) { in eeh_report_failure() 406 driver->err_handler->error_detected(dev, pci_channel_io_perm_failure); in eeh_report_failure() 443 driver->err_handler->error_detected && in eeh_rmv_device()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 201 .error_detected = adf_error_detected,
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 79 int (*error_detected)(struct pci_dev *dev, enum pci_channel_state); 103 if it implements any, it must implement error_detected(). If a callback 124 Platform calls the error_detected() callback on every instance of 200 >>> the normal pci_check_whatever() API, no new error_detected() 356 the device. The platform will call error_detected() with a
|
D | pcieaer-howto.txt | 178 at upstream is not required. The AER driver calls error_detected(dev, 190 error_detected(dev, pci_channel_io_frozen) to all drivers within 201 function. If error_detected returns PCI_ERS_RESULT_CAN_RECOVER and
|
/linux-4.4.14/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 247 !dev->driver->err_handler->error_detected) { in report_error_detected() 278 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected()
|
D | aerdrv.c | 52 .error_detected = aer_error_detected,
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 52 .error_detected = jsm_io_error_detected,
|
/linux-4.4.14/drivers/pci/ |
D | xen-pcifront.c | 615 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 623 error_detected(pcidev, state); in pcifront_common_process()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 714 .error_detected = qib_pci_error_detected,
|
/linux-4.4.14/drivers/misc/cxl/ |
D | pci.c | 1338 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected() 1567 .error_detected = cxl_pci_error_detected,
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-cards.c | 802 .error_detected = ngene_error_detected,
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_base.c | 1341 .error_detected = genwqe_err_error_detected,
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pcie.c | 629 .error_detected = pci_error_detected,
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_init.c | 1166 .error_detected = csio_pci_error_detected,
|
/linux-4.4.14/drivers/block/rsxx/ |
D | core.c | 1087 .error_detected = rsxx_error_detected,
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci.c | 1042 .error_detected = vfio_pci_aer_err_detected,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1363 .error_detected = mlx5_pci_err_detected,
|
/linux-4.4.14/drivers/dma/ioat/ |
D | init.c | 1288 .error_detected = ioat_pcie_error_detected,
|
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | pci_stub.c | 934 .error_detected = xen_pcibk_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1527 .error_detected = alx_pci_error_detected,
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 2044 .error_detected = sym2_io_error_detected,
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad.c | 1691 .error_detected = bfad_pci_error_detected,
|
/linux-4.4.14/include/linux/ |
D | pci.h | 645 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pci.c | 2273 .error_detected = fm10k_io_error_detected,
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | main.c | 2565 .error_detected = cxlflash_pci_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 121 .error_detected = ixgb_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/ |
D | atl1e_main.c | 2559 .error_detected = atl1e_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/ |
D | netdev.c | 2859 .error_detected = igbvf_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/ |
D | atl1c_main.c | 2795 .error_detected = atl1c_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | efx.c | 3426 .error_detected = efx_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe_main.c | 2792 .error_detected = pch_gbe_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 3485 .error_detected = netxen_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 3176 .error_detected = e100_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 564 .error_detected = liquidio_pcie_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 4224 .error_detected = ixgbevf_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_main.c | 3046 .error_detected = t3_io_error_detected,
|
/linux-4.4.14/drivers/nvme/host/ |
D | pci.c | 3434 .error_detected = nvme_error_detected,
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_pci.c | 5701 .error_detected = serial8250_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | main.c | 3901 .error_detected = mlx4_pci_err_detected,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_main.c | 4295 .error_detected = qlcnic_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-main.c | 4816 .error_detected = vxge_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 203 .error_detected = e1000_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4267 .error_detected = eeh_err_detected,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/ |
D | qlge_main.c | 4944 .error_detected = qlge_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 6075 .error_detected = be_eeh_err_detected,
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_os.c | 5693 .error_detected = qla2xxx_pci_error_detected,
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 5823 .error_detected = beiscsi_eeh_err_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 226 .error_detected = igb_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | netdev.c | 7382 .error_detected = e1000_io_error_detected,
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 8874 .error_detected = scsih_pci_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 8821 .error_detected = bnx2_io_error_detected,
|
D | tg3.c | 18278 .error_detected = tg3_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/neterion/ |
D | s2io.c | 489 .error_detected = s2io_io_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9300 .error_detected = ixgbe_io_error_detected,
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 9798 .error_detected = qla4xxx_pci_error_detected,
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_init.c | 11377 .error_detected = lpfc_io_error_detected,
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.c | 10575 .error_detected = ipr_pci_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 10974 .error_detected = i40e_pci_error_detected,
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14279 .error_detected = bnx2x_io_error_detected,
|