Home
last modified time | relevance | path

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

12

/linux-2.6.39/arch/powerpc/platforms/pseries/
Deeh_driver.c122 !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/
Dportdrv_pci.c170 !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/
Daerdrv_core.c250 !dev->driver->err_handler->error_detected) { in report_error_detected()
268 vote = err_handler->error_detected(dev, result_data->state); in report_error_detected()
Daerdrv.c52 .error_detected = aer_error_detected,
/linux-2.6.39/drivers/tty/serial/jsm/
Djsm_driver.c58 .error_detected = jsm_io_error_detected,
/linux-2.6.39/Documentation/PCI/
Dpci-error-recovery.txt79 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
Dpcieaer-howto.txt178 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/
Dngene-cards.c428 .error_detected = ngene_error_detected,
/linux-2.6.39/drivers/pci/
Dxen-pcifront.c598 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/
Dqib_pcie.c739 .error_detected = qib_pci_error_detected,
/linux-2.6.39/include/linux/
Dpci.h523 pci_ers_result_t (*error_detected)(struct pci_dev *dev, member
/linux-2.6.39/drivers/scsi/sym53c8xx_2/
Dsym_glue.c2117 .error_detected = sym2_io_error_detected,
/linux-2.6.39/drivers/net/ixgb/
Dixgb_main.c118 .error_detected = ixgb_io_error_detected,
/linux-2.6.39/drivers/scsi/qla4xxx/
Dql4_os.c2537 .error_detected = qla4xxx_pci_error_detected,
/linux-2.6.39/drivers/net/atl1e/
Datl1e_main.c2502 .error_detected = atl1e_io_error_detected,
/linux-2.6.39/drivers/net/pch_gbe/
Dpch_gbe_main.c2448 .error_detected = pch_gbe_io_error_detected,
/linux-2.6.39/drivers/net/igbvf/
Dnetdev.c2808 .error_detected = igbvf_io_error_detected,
/linux-2.6.39/drivers/net/netxen/
Dnetxen_nic_main.c2934 .error_detected = netxen_io_error_detected,
/linux-2.6.39/drivers/net/atl1c/
Datl1c_main.c2871 .error_detected = atl1c_io_error_detected,
/linux-2.6.39/drivers/net/
De100.c3081 .error_detected = e100_io_error_detected,
/linux-2.6.39/drivers/net/benet/
Dbe_main.c3251 .error_detected = be_eeh_err_detected,
/linux-2.6.39/drivers/net/cxgb3/
Dcxgb3_main.c3060 .error_detected = t3_io_error_detected,
/linux-2.6.39/drivers/net/cxgb4/
Dcxgb4_main.c3287 .error_detected = eeh_err_detected,
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_os.c4062 .error_detected = qla2xxx_pci_error_detected,
/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_main.c4153 .error_detected = qlcnic_io_error_detected,

12