Home
last modified time | relevance | path

Searched refs:PCI_ERS_RESULT_NEED_RESET (Results 1 – 55 of 55) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Deeh_driver.c221 if (rc == PCI_ERS_RESULT_NEED_RESET) *res = rc; in eeh_report_error()
260 if (rc == PCI_ERS_RESULT_NEED_RESET) *res = rc; in eeh_report_mmio_enabled()
304 rc == PCI_ERS_RESULT_NEED_RESET) *res = rc; in eeh_report_reset()
690 result != PCI_ERS_RESULT_NEED_RESET) in eeh_handle_normal_event()
691 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
731 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
746 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
765 if (result == PCI_ERS_RESULT_NEED_RESET) { in eeh_handle_normal_event()
/linux-4.4.14/drivers/pci/pcie/aer/
Daerdrv.h97 if (new == PCI_ERS_RESULT_NEED_RESET) in merge_result()
98 orig = PCI_ERS_RESULT_NEED_RESET; in merge_result()
Daerdrv_core.c511 if (status == PCI_ERS_RESULT_NEED_RESET) { in do_recovery()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_aer.c74 return PCI_ERS_RESULT_NEED_RESET; in adf_error_detected()
/linux-4.4.14/drivers/misc/cxl/
Dpci.c1325 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()
1326 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()
1344 (result == PCI_ERS_RESULT_NEED_RESET)) in cxl_vphb_error_detected()
1355 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_pci_error_detected()
1460 if (result != PCI_ERS_RESULT_NEED_RESET) in cxl_pci_error_detected()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt97 PCI_ERS_RESULT_NEED_RESET, /* Device driver wants slot to be reset. */
144 - PCI_ERS_RESULT_NEED_RESET:
158 If any driver requested a slot reset (by returning PCI_ERS_RESULT_NEED_RESET),
217 - PCI_ERS_RESULT_NEED_RESET
230 If any driver returned PCI_ERS_RESULT_NEED_RESET, then the platform
258 In response to a return value of PCI_ERS_RESULT_NEED_RESET, the
Dpcieaer-howto.txt186 PCI_ERS_RESULT_DISCONNECT, or PCI_ERS_RESULT_NEED_RESET, depending on
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_pcie.c644 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_error_detected()
676 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_mmio_enabled()
/linux-4.4.14/drivers/tty/serial/jsm/
Djsm_driver.c345 return PCI_ERS_RESULT_NEED_RESET; in jsm_io_error_detected()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c555 ret = PCI_ERS_RESULT_NEED_RESET; in pci_error_detected()
587 ret = PCI_ERS_RESULT_NEED_RESET; in pci_mmio_enabled()
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-cards.c780 return PCI_ERS_RESULT_NEED_RESET; in ngene_error_detected()
/linux-4.4.14/drivers/scsi/bfa/
Dbfad.c1482 ret = PCI_ERS_RESULT_NEED_RESET; in bfad_pci_error_detected()
1617 return PCI_ERS_RESULT_NEED_RESET; in bfad_pci_mmio_enabled()
/linux-4.4.14/drivers/misc/genwqe/
Dcard_base.c1279 return PCI_ERS_RESULT_NEED_RESET; in genwqe_err_error_detected()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_init.c1074 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in csio_pci_error_detected()
/linux-4.4.14/drivers/block/rsxx/
Dcore.c664 return PCI_ERS_RESULT_NEED_RESET; in rsxx_error_detected()
/linux-4.4.14/drivers/scsi/cxlflash/
Dmain.c2510 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected()
2519 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1273 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in mlx5_pci_err_detected()
/linux-4.4.14/drivers/dma/ioat/
Dinit.c1247 return PCI_ERS_RESULT_NEED_RESET; in ioat_pcie_error_detected()
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
Dmain.c1460 pci_ers_result_t rc = PCI_ERS_RESULT_NEED_RESET; in alx_pci_error_detected()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1788 return PCI_ERS_RESULT_NEED_RESET; in sym2_io_slot_dump()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_os.c5421 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected()
5427 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected()
5465 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_mmio_enabled()
/linux-4.4.14/include/linux/
Dpci.h630 PCI_ERS_RESULT_NEED_RESET = (__force pci_ers_result_t) 3, enumerator
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c2193 return PCI_ERS_RESULT_NEED_RESET; in fm10k_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c2291 return PCI_ERS_RESULT_NEED_RESET; in ixgb_io_error_detected()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_init.c10001 return PCI_ERS_RESULT_NEED_RESET; in lpfc_io_error_detected_s3()
10011 return PCI_ERS_RESULT_NEED_RESET; in lpfc_io_error_detected_s3()
10750 return PCI_ERS_RESULT_NEED_RESET; in lpfc_io_error_detected_s4()
10760 return PCI_ERS_RESULT_NEED_RESET; in lpfc_io_error_detected_s4()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c8722 return PCI_ERS_RESULT_NEED_RESET; in scsih_pci_error_detected()
8730 return PCI_ERS_RESULT_NEED_RESET; in scsih_pci_error_detected()
8807 return PCI_ERS_RESULT_NEED_RESET; in scsih_pci_mmio_enabled()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlge/
Dqlge_main.c4879 return PCI_ERS_RESULT_NEED_RESET; in qlge_io_error_detected()
4889 return PCI_ERS_RESULT_NEED_RESET; in qlge_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c2504 return PCI_ERS_RESULT_NEED_RESET; in atl1e_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2525 return PCI_ERS_RESULT_NEED_RESET; in igbvf_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c2738 return PCI_ERS_RESULT_NEED_RESET; in atl1c_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/sfc/
Defx.c3356 status = PCI_ERS_RESULT_NEED_RESET; in efx_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c2460 return PCI_ERS_RESULT_NEED_RESET; in pch_gbe_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c1773 return PCI_ERS_RESULT_NEED_RESET; in netxen_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c3124 return PCI_ERS_RESULT_NEED_RESET; in e100_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4173 return PCI_ERS_RESULT_NEED_RESET; in ixgbevf_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_main.c3007 return PCI_ERS_RESULT_NEED_RESET; in t3_io_error_detected()
/linux-4.4.14/drivers/tty/serial/8250/
D8250_pci.c5674 return PCI_ERS_RESULT_NEED_RESET; in serial8250_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c3841 return PCI_ERS_RESULT_NEED_RESET; in mlx4_pci_err_detected()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_main.c3950 return PCI_ERS_RESULT_NEED_RESET; in qlcnic_82xx_io_error_detected()
Dqlcnic_83xx_hw.c4163 return PCI_ERS_RESULT_NEED_RESET; in qlcnic_83xx_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c4070 return PCI_ERS_RESULT_NEED_RESET; in vxge_io_error_detected()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c9581 return PCI_ERS_RESULT_NEED_RESET; in qla4xxx_pci_error_detected()
9588 return PCI_ERS_RESULT_NEED_RESET; in qla4xxx_pci_error_detected()
/linux-4.4.14/drivers/scsi/
Dipr.c9136 return PCI_ERS_RESULT_NEED_RESET; in ipr_pci_mmio_enabled()
9239 return PCI_ERS_RESULT_NEED_RESET; in ipr_pci_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_main.c5256 return PCI_ERS_RESULT_NEED_RESET; in e1000_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4189 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in eeh_err_detected()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c5972 return PCI_ERS_RESULT_NEED_RESET; in be_eeh_err_detected()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c5494 return PCI_ERS_RESULT_NEED_RESET; in beiscsi_eeh_err_detected()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb_main.c7622 return PCI_ERS_RESULT_NEED_RESET; in igb_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6761 return PCI_ERS_RESULT_NEED_RESET; in e1000_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c8727 return PCI_ERS_RESULT_NEED_RESET; in bnx2_io_error_detected()
Dtg3.c18139 pci_ers_result_t err = PCI_ERS_RESULT_NEED_RESET; in tg3_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c8582 return PCI_ERS_RESULT_NEED_RESET; in s2io_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9230 return PCI_ERS_RESULT_NEED_RESET; in ixgbe_io_error_detected()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c10802 return PCI_ERS_RESULT_NEED_RESET; in i40e_pci_error_detected()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c14164 return PCI_ERS_RESULT_NEED_RESET; in bnx2x_io_error_detected()