Searched refs:error_detected (Results 1 – 25 of 37) sorted by relevance
12
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | eeh_driver.c | 122 !driver->err_handler->error_detected) in eeh_report_error() 125 rc = driver->err_handler->error_detected (dev, pci_channel_io_frozen); in eeh_report_error() 233 !driver->err_handler->error_detected) in eeh_report_failure() 236 driver->err_handler->error_detected(dev, pci_channel_io_perm_failure); in eeh_report_failure()
|
/linux-2.6.39/drivers/pci/pcie/ |
D | portdrv_pci.c | 170 !driver->err_handler->error_detected) in error_detected_iter() 176 status = driver->err_handler->error_detected( in error_detected_iter() 315 .error_detected = pcie_portdrv_error_detected,
|
/linux-2.6.39/drivers/pci/pcie/aer/ |
D | aerdrv_core.c | 250 !dev->driver->err_handler->error_detected) { in report_error_detected() 268 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected()
|
D | aerdrv.c | 52 .error_detected = aer_error_detected,
|
/linux-2.6.39/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 58 .error_detected = jsm_io_error_detected,
|
/linux-2.6.39/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-2.6.39/drivers/media/dvb/ngene/ |
D | ngene-cards.c | 428 .error_detected = ngene_error_detected,
|
/linux-2.6.39/drivers/pci/ |
D | xen-pcifront.c | 598 if (pdrv->err_handler && pdrv->err_handler->error_detected) { in pcifront_common_process() 606 error_detected(pcidev, state); in pcifront_common_process()
|
/linux-2.6.39/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 739 .error_detected = qib_pci_error_detected,
|
/linux-2.6.39/include/linux/ |
D | pci.h | 523 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
|
/linux-2.6.39/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 2117 .error_detected = sym2_io_error_detected,
|
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_main.c | 118 .error_detected = ixgb_io_error_detected,
|
/linux-2.6.39/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 2537 .error_detected = qla4xxx_pci_error_detected,
|
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_main.c | 2502 .error_detected = atl1e_io_error_detected,
|
/linux-2.6.39/drivers/net/pch_gbe/ |
D | pch_gbe_main.c | 2448 .error_detected = pch_gbe_io_error_detected,
|
/linux-2.6.39/drivers/net/igbvf/ |
D | netdev.c | 2808 .error_detected = igbvf_io_error_detected,
|
/linux-2.6.39/drivers/net/netxen/ |
D | netxen_nic_main.c | 2934 .error_detected = netxen_io_error_detected,
|
/linux-2.6.39/drivers/net/atl1c/ |
D | atl1c_main.c | 2871 .error_detected = atl1c_io_error_detected,
|
/linux-2.6.39/drivers/net/ |
D | e100.c | 3081 .error_detected = e100_io_error_detected,
|
/linux-2.6.39/drivers/net/benet/ |
D | be_main.c | 3251 .error_detected = be_eeh_err_detected,
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | cxgb3_main.c | 3060 .error_detected = t3_io_error_detected,
|
/linux-2.6.39/drivers/net/cxgb4/ |
D | cxgb4_main.c | 3287 .error_detected = eeh_err_detected,
|
/linux-2.6.39/drivers/scsi/qla2xxx/ |
D | qla_os.c | 4062 .error_detected = qla2xxx_pci_error_detected,
|
/linux-2.6.39/drivers/net/qlcnic/ |
D | qlcnic_main.c | 4153 .error_detected = qlcnic_io_error_detected,
|
12