Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Derr.c38 if (new == PCI_ERS_RESULT_NEED_RESET) in merge_result()
39 orig = PCI_ERS_RESULT_NEED_RESET; in merge_result()
213 if (status == PCI_ERS_RESULT_NEED_RESET) { in pcie_do_recovery()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Deeh_driver.c40 case PCI_ERS_RESULT_NEED_RESET: in eeh_result_priority()
55 case PCI_ERS_RESULT_NEED_RESET: in pci_ers_result_name()
941 result != PCI_ERS_RESULT_NEED_RESET) in eeh_handle_normal_event()
942 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
987 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
1003 result = PCI_ERS_RESULT_NEED_RESET; in eeh_handle_normal_event()
1016 if (result == PCI_ERS_RESULT_NEED_RESET) { in eeh_handle_normal_event()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_pcie.c547 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_error_detected()
579 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_mmio_enabled()
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dpci-error-recovery.rst101 PCI_ERS_RESULT_NEED_RESET, /* Device driver wants slot to be reset. */
148 - PCI_ERS_RESULT_NEED_RESET
162 If any driver requested a slot reset (by returning PCI_ERS_RESULT_NEED_RESET),
225 - PCI_ERS_RESULT_NEED_RESET
238 If any driver returned PCI_ERS_RESULT_NEED_RESET, then the platform
250 In response to a return value of PCI_ERS_RESULT_NEED_RESET, the
H A Dpcieaer-howto.rst201 PCI_ERS_RESULT_DISCONNECT, or PCI_ERS_RESULT_NEED_RESET, depending on
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dpci.c1798 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()
1799 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_vphb_error_detected()
1820 (result == PCI_ERS_RESULT_NEED_RESET)) in cxl_vphb_error_detected()
1831 pci_ers_result_t result = PCI_ERS_RESULT_NEED_RESET; in cxl_pci_error_detected()
1832 pci_ers_result_t afu_result = PCI_ERS_RESULT_NEED_RESET; in cxl_pci_error_detected()
1953 (result == PCI_ERS_RESULT_NEED_RESET)) in cxl_pci_error_detected()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dadf_aer.c30 return PCI_ERS_RESULT_NEED_RESET; in adf_error_detected()
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_driver.c337 return PCI_ERS_RESULT_NEED_RESET; in jsm_io_error_detected()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dpcie.c577 ret = PCI_ERS_RESULT_NEED_RESET; in pci_error_detected()
609 ret = PCI_ERS_RESULT_NEED_RESET; in pci_mmio_enabled()
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs_drv.c473 result = PCI_ERS_RESULT_NEED_RESET; in hl_pci_err_detected()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dlinit.c1969 return PCI_ERS_RESULT_NEED_RESET; in aac_pci_error_detected()
1977 return PCI_ERS_RESULT_NEED_RESET; in aac_pci_error_detected()
1983 return PCI_ERS_RESULT_NEED_RESET; in aac_pci_mmio_enabled()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfad.c1468 ret = PCI_ERS_RESULT_NEED_RESET; in bfad_pci_error_detected()
1604 return PCI_ERS_RESULT_NEED_RESET; in bfad_pci_mmio_enabled()
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_base.c1282 return PCI_ERS_RESULT_NEED_RESET; in genwqe_err_error_detected()
/OK3568_Linux_fs/kernel/drivers/scsi/csiostor/
H A Dcsio_init.c1075 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in csio_pci_error_detected()
/OK3568_Linux_fs/kernel/drivers/block/rsxx/
H A Dcore.c651 return PCI_ERS_RESULT_NEED_RESET; in rsxx_error_detected()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx_common.c1225 status = PCI_ERS_RESULT_NEED_RESET; in efx_io_error_detected()
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-cards.c1195 return PCI_ERS_RESULT_NEED_RESET; in ngene_error_detected()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1425 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in mlx5_pci_err_detected()
/OK3568_Linux_fs/kernel/drivers/dma/ioat/
H A Dinit.c1275 return PCI_ERS_RESULT_NEED_RESET; in ioat_pcie_error_detected()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dpci.c3164 return PCI_ERS_RESULT_NEED_RESET; in nvme_error_detected()
3170 return PCI_ERS_RESULT_NEED_RESET; in nvme_error_detected()
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dmain.c3818 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected()
3827 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected()
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1768 return PCI_ERS_RESULT_NEED_RESET; in sym2_io_slot_dump()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c4954 return PCI_ERS_RESULT_NEED_RESET; in amdgpu_pci_error_detected()
4960 return PCI_ERS_RESULT_NEED_RESET; in amdgpu_pci_error_detected()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c7447 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected()
7461 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected()
7471 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected()
7509 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_mmio_enabled()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/alx/
H A Dmain.c1922 pci_ers_result_t rc = PCI_ERS_RESULT_NEED_RESET; in alx_pci_error_detected()

123