Home
last modified time | relevance | path

Searched refs:PCI_ERS_RESULT_DISCONNECT (Results 1 – 25 of 75) sorted by relevance

123

/linux-6.6.21/drivers/crypto/intel/qat/qat_common/
Dadf_aer.c21 return PCI_ERS_RESULT_DISCONNECT; in adf_error_detected()
26 return PCI_ERS_RESULT_DISCONNECT; in adf_error_detected()
153 return PCI_ERS_RESULT_DISCONNECT; in adf_slot_reset()
156 return PCI_ERS_RESULT_DISCONNECT; in adf_slot_reset()
/linux-6.6.21/arch/s390/pci/
Dpci_event.c83 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_notify_error_detected()
97 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_do_error_state_clear()
137 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_do_reset()
164 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_attempt_error_recovery()
174 ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_attempt_error_recovery()
/linux-6.6.21/drivers/pci/pcie/
Derr.c37 case PCI_ERS_RESULT_DISCONNECT: in merge_result()
59 vote = PCI_ERS_RESULT_DISCONNECT; in report_error_detected()
258 pci_uevent_ers(bridge, PCI_ERS_RESULT_DISCONNECT); in pcie_do_recovery()
Ddpc.c166 ret = PCI_ERS_RESULT_DISCONNECT; in dpc_reset_link()
175 ret = PCI_ERS_RESULT_DISCONNECT; in dpc_reset_link()
Dedr.c148 pci_ers_result_t estate = PCI_ERS_RESULT_DISCONNECT; in edr_handle_event()
/linux-6.6.21/arch/powerpc/kernel/
Deeh_driver.c37 case PCI_ERS_RESULT_DISCONNECT: in eeh_result_priority()
56 case PCI_ERS_RESULT_DISCONNECT: in pci_ers_result_name()
455 pci_uevent_ers(pdev, PCI_ERS_RESULT_DISCONNECT); in eeh_report_failure()
938 if (result == PCI_ERS_RESULT_DISCONNECT) in eeh_handle_normal_event()
/linux-6.6.21/drivers/misc/cxl/
Dpci.c1817 if (afu_result == PCI_ERS_RESULT_DISCONNECT) in cxl_vphb_error_detected()
1818 result = PCI_ERS_RESULT_DISCONNECT; in cxl_vphb_error_detected()
1853 return PCI_ERS_RESULT_DISCONNECT; in cxl_pci_error_detected()
1950 if (afu_result == PCI_ERS_RESULT_DISCONNECT) in cxl_pci_error_detected()
1951 result = PCI_ERS_RESULT_DISCONNECT; in cxl_pci_error_detected()
2041 if (afu_result == PCI_ERS_RESULT_DISCONNECT) in cxl_pci_slot_reset()
2042 result = PCI_ERS_RESULT_DISCONNECT; in cxl_pci_slot_reset()
2058 return PCI_ERS_RESULT_DISCONNECT; in cxl_pci_slot_reset()
/linux-6.6.21/drivers/platform/x86/intel/
Dvsec.c456 status = PCI_ERS_RESULT_DISCONNECT; in intel_vsec_pci_error_detected()
466 pci_ers_result_t status = PCI_ERS_RESULT_DISCONNECT; in intel_vsec_pci_slot_reset()
/linux-6.6.21/drivers/misc/genwqe/
Dcard_base.c1270 return PCI_ERS_RESULT_DISCONNECT; in genwqe_err_error_detected()
1282 return PCI_ERS_RESULT_DISCONNECT; in genwqe_err_error_detected()
1300 return PCI_ERS_RESULT_DISCONNECT; in genwqe_err_slot_reset()
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_init.c1074 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in csio_pci_error_detected()
1090 return PCI_ERS_RESULT_DISCONNECT; in csio_pci_slot_reset()
1109 return PCI_ERS_RESULT_DISCONNECT; in csio_pci_slot_reset()
/linux-6.6.21/Documentation/PCI/
Dpci-error-recovery.rst103 PCI_ERS_RESULT_DISCONNECT, /* Device has completely failed, is unrecoverable */
152 - PCI_ERS_RESULT_DISCONNECT
231 - PCI_ERS_RESULT_DISCONNECT
313 - PCI_ERS_RESULT_DISCONNECT
332 reset if the driver returned PCI_ERS_RESULT_DISCONNECT.
Dpcieaer-howto.rst191 PCI_ERS_RESULT_DISCONNECT, or PCI_ERS_RESULT_NEED_RESET, depending on
/linux-6.6.21/drivers/scsi/elx/efct/
Defct_driver.c679 rc = PCI_ERS_RESULT_DISCONNECT; in efct_pci_io_error_detected()
700 return PCI_ERS_RESULT_DISCONNECT; in efct_pci_io_slot_reset()
/linux-6.6.21/drivers/tty/serial/jsm/
Djsm_driver.c346 return PCI_ERS_RESULT_DISCONNECT; in jsm_io_slot_reset()
/linux-6.6.21/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1743 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_error_detected()
1811 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
1820 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
1831 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
/linux-6.6.21/drivers/xen/xen-pciback/
Dpci_stub.c807 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_slot_reset()
864 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_mmio_enabled()
922 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_error_detected()
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_pcie.c543 ret = PCI_ERS_RESULT_DISCONNECT; in qib_pci_error_detected()
/linux-6.6.21/drivers/bus/mhi/host/
Dpci_generic.c1096 return PCI_ERS_RESULT_DISCONNECT; in mhi_pci_error_detected()
1116 return PCI_ERS_RESULT_DISCONNECT; in mhi_pci_slot_reset()
/linux-6.6.21/drivers/net/ethernet/sfc/siena/
Defx_common.c1225 return PCI_ERS_RESULT_DISCONNECT; in efx_io_error_detected()
1262 status = PCI_ERS_RESULT_DISCONNECT; in efx_io_slot_reset()
/linux-6.6.21/drivers/net/ethernet/sfc/
Defx_common.c1206 return PCI_ERS_RESULT_DISCONNECT; in efx_io_error_detected()
1245 status = PCI_ERS_RESULT_DISCONNECT; in efx_io_slot_reset()
/linux-6.6.21/drivers/scsi/bfa/
Dbfad.c1474 ret = PCI_ERS_RESULT_DISCONNECT; in bfad_pci_error_detected()
1533 return PCI_ERS_RESULT_DISCONNECT; in bfad_pci_slot_reset()
1567 return PCI_ERS_RESULT_DISCONNECT; in bfad_pci_slot_reset()
/linux-6.6.21/drivers/accel/habanalabs/common/
Dhabanalabs_drv.c612 result = PCI_ERS_RESULT_DISCONNECT; in hl_pci_err_detected()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1992 result == PCI_ERS_RESULT_DISCONNECT ? "disconnect" : in result2str()
2012 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in mlx5_pci_err_detected()
2050 enum pci_ers_result res = PCI_ERS_RESULT_DISCONNECT; in mlx5_pci_slot_reset()
/linux-6.6.21/drivers/cxl/core/
Dpci.c753 return PCI_ERS_RESULT_DISCONNECT; in cxl_error_detected()
/linux-6.6.21/drivers/cxl/
Dpci.c940 return PCI_ERS_RESULT_DISCONNECT; in cxl_slot_reset()

123