Home
last modified time | relevance | path

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

123

/linux-6.15/arch/s390/pci/
H A Dpci_event.c91 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_notify_error_detected()
105 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_do_error_state_clear()
145 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_do_reset()
172 pci_ers_result_t ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_attempt_error_recovery()
184 ers_res = PCI_ERS_RESULT_DISCONNECT; in zpci_event_attempt_error_recovery()
/linux-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c28 return PCI_ERS_RESULT_DISCONNECT; in adf_error_detected()
33 return PCI_ERS_RESULT_DISCONNECT; in adf_error_detected()
201 return PCI_ERS_RESULT_DISCONNECT; in adf_slot_reset()
210 return PCI_ERS_RESULT_DISCONNECT; in adf_slot_reset()
/linux-6.15/drivers/pci/pcie/
H A Derr.c38 case PCI_ERS_RESULT_DISCONNECT: in merge_result()
60 vote = PCI_ERS_RESULT_DISCONNECT; in report_error_detected()
272 pci_uevent_ers(bridge, PCI_ERS_RESULT_DISCONNECT); in pcie_do_recovery()
H A Ddpc.c170 ret = PCI_ERS_RESULT_DISCONNECT; in dpc_reset_link()
179 ret = PCI_ERS_RESULT_DISCONNECT; in dpc_reset_link()
H A Dedr.c154 pci_ers_result_t estate = PCI_ERS_RESULT_DISCONNECT; in edr_handle_event()
/linux-6.15/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_err.c142 return PCI_ERS_RESULT_DISCONNECT; in hbg_pci_err_detected()
156 return PCI_ERS_RESULT_DISCONNECT; in hbg_pci_err_slot_reset()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_pci.c500 return PCI_ERS_RESULT_DISCONNECT; in fbnic_err_error_detected()
519 return PCI_ERS_RESULT_DISCONNECT; in fbnic_err_slot_reset()
525 return err ? PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_RECOVERED; in fbnic_err_slot_reset()
/linux-6.15/arch/powerpc/kernel/
H A 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()
947 if (result == PCI_ERS_RESULT_DISCONNECT) in eeh_handle_normal_event()
/linux-6.15/drivers/platform/x86/intel/
H A 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.15/drivers/misc/genwqe/
H A 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.15/drivers/scsi/csiostor/
H A Dcsio_init.c1075 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in csio_pci_error_detected()
1091 return PCI_ERS_RESULT_DISCONNECT; in csio_pci_slot_reset()
1110 return PCI_ERS_RESULT_DISCONNECT; in csio_pci_slot_reset()
/linux-6.15/Documentation/PCI/
H A 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.
H A Dpcieaer-howto.rst191 PCI_ERS_RESULT_DISCONNECT, or PCI_ERS_RESULT_NEED_RESET, depending on
/linux-6.15/drivers/scsi/elx/efct/
H A 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.15/drivers/tty/serial/jsm/
H A Djsm_driver.c346 return PCI_ERS_RESULT_DISCONNECT; in jsm_io_slot_reset()
/linux-6.15/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1797 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_error_detected()
1865 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
1874 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
1885 return PCI_ERS_RESULT_DISCONNECT; in sym2_io_slot_reset()
/linux-6.15/drivers/xen/xen-pciback/
H A Dpci_stub.c850 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_slot_reset()
907 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_mmio_enabled()
965 result == PCI_ERS_RESULT_DISCONNECT) { in xen_pcibk_error_detected()
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_pcie.c543 ret = PCI_ERS_RESULT_DISCONNECT; in qib_pci_error_detected()
/linux-6.15/drivers/cxl/core/
H A Dpci.c934 return PCI_ERS_RESULT_DISCONNECT; in cxl_error_detected()
965 return PCI_ERS_RESULT_DISCONNECT; in cxl_error_detected()
/linux-6.15/drivers/net/ethernet/sfc/
H A Defx_common.c1189 return PCI_ERS_RESULT_DISCONNECT; in efx_io_error_detected()
1228 status = PCI_ERS_RESULT_DISCONNECT; in efx_io_slot_reset()
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx_common.c1218 return PCI_ERS_RESULT_DISCONNECT; in efx_io_error_detected()
1255 status = PCI_ERS_RESULT_DISCONNECT; in efx_io_slot_reset()
/linux-6.15/drivers/scsi/bfa/
H A Dbfad.c1454 ret = PCI_ERS_RESULT_DISCONNECT; in bfad_pci_error_detected()
1513 return PCI_ERS_RESULT_DISCONNECT; in bfad_pci_slot_reset()
1547 return PCI_ERS_RESULT_DISCONNECT; in bfad_pci_slot_reset()
/linux-6.15/drivers/accel/habanalabs/common/
H A Dhabanalabs_drv.c635 result = PCI_ERS_RESULT_DISCONNECT; in hl_pci_err_detected()
/linux-6.15/drivers/bus/mhi/host/
H A Dpci_generic.c1381 return PCI_ERS_RESULT_DISCONNECT; in mhi_pci_error_detected()
1401 return PCI_ERS_RESULT_DISCONNECT; in mhi_pci_slot_reset()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2049 result == PCI_ERS_RESULT_DISCONNECT ? "disconnect" : in result2str()
2069 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in mlx5_pci_err_detected()
2107 enum pci_ers_result res = PCI_ERS_RESULT_DISCONNECT; in mlx5_pci_slot_reset()

123