/kernel/linux/linux-5.10/drivers/pci/pcie/ |
D | err.c | 38 if (new == PCI_ERS_RESULT_NEED_RESET) in merge_result() 39 orig = PCI_ERS_RESULT_NEED_RESET; in merge_result() 183 if (status == PCI_ERS_RESULT_NEED_RESET) { in pcie_do_recovery()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | eeh_driver.c | 40 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 547 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_error_detected() 579 ret = PCI_ERS_RESULT_NEED_RESET; in qib_pci_mmio_enabled()
|
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 30 return PCI_ERS_RESULT_NEED_RESET; in adf_error_detected()
|
/kernel/linux/linux-5.10/Documentation/PCI/ |
D | pci-error-recovery.rst | 101 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
|
D | pcieaer-howto.rst | 201 PCI_ERS_RESULT_DISCONNECT, or PCI_ERS_RESULT_NEED_RESET, depending on
|
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
D | pci.c | 1798 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()
|
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
D | jsm_driver.c | 336 return PCI_ERS_RESULT_NEED_RESET; in jsm_io_error_detected()
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | habanalabs_drv.c | 473 result = PCI_ERS_RESULT_NEED_RESET; in hl_pci_err_detected()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | pcie.c | 577 ret = PCI_ERS_RESULT_NEED_RESET; in pci_error_detected() 609 ret = PCI_ERS_RESULT_NEED_RESET; in pci_mmio_enabled()
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
D | linit.c | 1969 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfad.c | 1468 ret = PCI_ERS_RESULT_NEED_RESET; in bfad_pci_error_detected() 1604 return PCI_ERS_RESULT_NEED_RESET; in bfad_pci_mmio_enabled()
|
/kernel/linux/linux-5.10/drivers/misc/genwqe/ |
D | card_base.c | 1282 return PCI_ERS_RESULT_NEED_RESET; in genwqe_err_error_detected()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
D | csio_init.c | 1075 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in csio_pci_error_detected()
|
/kernel/linux/linux-5.10/drivers/block/rsxx/ |
D | core.c | 651 return PCI_ERS_RESULT_NEED_RESET; in rsxx_error_detected()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 1225 status = PCI_ERS_RESULT_NEED_RESET; in efx_io_error_detected()
|
/kernel/linux/linux-5.10/drivers/media/pci/ngene/ |
D | ngene-cards.c | 1195 return PCI_ERS_RESULT_NEED_RESET; in ngene_error_detected()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1425 PCI_ERS_RESULT_DISCONNECT : PCI_ERS_RESULT_NEED_RESET; in mlx5_pci_err_detected()
|
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
D | init.c | 1275 return PCI_ERS_RESULT_NEED_RESET; in ioat_pcie_error_detected()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | pci.c | 3158 return PCI_ERS_RESULT_NEED_RESET; in nvme_error_detected() 3164 return PCI_ERS_RESULT_NEED_RESET; in nvme_error_detected()
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
D | main.c | 3818 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected() 3827 return PCI_ERS_RESULT_NEED_RESET; in cxlflash_pci_error_detected()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1768 return PCI_ERS_RESULT_NEED_RESET; in sym2_io_slot_dump()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 4945 return PCI_ERS_RESULT_NEED_RESET; in amdgpu_pci_error_detected() 4951 return PCI_ERS_RESULT_NEED_RESET; in amdgpu_pci_error_detected()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_os.c | 7443 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected() 7457 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected() 7467 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_error_detected() 7505 return PCI_ERS_RESULT_NEED_RESET; in qla2xxx_pci_mmio_enabled()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1922 pci_ers_result_t rc = PCI_ERS_RESULT_NEED_RESET; in alx_pci_error_detected()
|