Home
last modified time | relevance | path

Searched refs:pci_channel_io_perm_failure (Results 1 – 25 of 68) sorted by relevance

123

/linux-6.3-rc2/drivers/pci/
A Dpci.h338 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
339 xchg(&dev->error_state, pci_channel_io_perm_failure); in pci_dev_set_io_state()
344 return old != pci_channel_io_perm_failure; in pci_dev_set_io_state()
348 return old != pci_channel_io_perm_failure; in pci_dev_set_io_state()
356 pci_dev_set_io_state(dev, pci_channel_io_perm_failure); in pci_dev_set_disconnected()
363 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
/linux-6.3-rc2/arch/powerpc/kernel/
A Deeh_driver.c85 if (edev->pdev->error_state == pci_channel_io_perm_failure) in eeh_edev_actionable()
453 pci_channel_io_perm_failure); in eeh_report_failure()
770 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_slot_presence_check()
800 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_clear_slot_attention()
1071 eeh_set_channel_state(pe, pci_channel_io_perm_failure); in eeh_handle_normal_event()
1191 eeh_set_channel_state(pe, pci_channel_io_perm_failure); in eeh_handle_special_event()
/linux-6.3-rc2/arch/s390/pci/
A Dpci_event.c173 if (pdev->error_state == pci_channel_io_perm_failure) { in zpci_event_attempt_error_recovery()
278 zpci_event_io_failure(pdev, pci_channel_io_perm_failure); in __zpci_event_error()
A Dpci_bus.c118 pdev->error_state = pci_channel_io_perm_failure; in zpci_bus_remove_device()
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dadf_aer.c25 if (state == pci_channel_io_perm_failure) { in adf_error_detected()
/linux-6.3-rc2/drivers/platform/x86/intel/
A Dvsec.c462 if (state == pci_channel_io_perm_failure) in intel_vsec_pci_error_detected()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_pcie.c543 case pci_channel_io_perm_failure: in qib_pci_error_detected()
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dhabanalabs_drv.c618 case pci_channel_io_perm_failure: in hl_pci_err_detected()
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_mr.c55 if (ha->pdev->error_state == pci_channel_io_perm_failure) { in qlafx00_mailbox_command()
73 if (ha->flags.pci_channel_io_perm_failure) { in qlafx00_mailbox_command()
637 ha->flags.pci_channel_io_perm_failure)) in qlafx00_soft_reset()
1631 ha->flags.pci_channel_io_perm_failure)) { in qlafx00_abort_isp()
2004 ha->flags.pci_channel_io_perm_failure = 0; in qlafx00_initialize_adapter()
/linux-6.3-rc2/drivers/cxl/core/
A Dpci.c709 case pci_channel_io_perm_failure: in cxl_error_detected()
/linux-6.3-rc2/drivers/scsi/elx/efct/
A Defct_driver.c677 case pci_channel_io_perm_failure: in efct_pci_io_error_detected()
/linux-6.3-rc2/Documentation/PCI/
A Dpci-error-recovery.rst94 pci_channel_io_perm_failure, /* PCI card is dead */
352 pci_channel_state_t value of pci_channel_io_perm_failure.
/linux-6.3-rc2/drivers/misc/genwqe/
A Dcard_base.c1263 if (state == pci_channel_io_perm_failure) { in genwqe_err_error_detected()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dpcie.c531 case pci_channel_io_perm_failure: in pci_error_detected()
/linux-6.3-rc2/drivers/bus/mhi/host/
A Dpci_generic.c1040 if (state == pci_channel_io_perm_failure) in mhi_pci_error_detected()
/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_init.c1074 return state == pci_channel_io_perm_failure ? in csio_pci_error_detected()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx_common.c1224 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Defx_common.c1210 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
/linux-6.3-rc2/drivers/media/pci/ngene/
A Dngene-cards.c1188 if (state == pci_channel_io_perm_failure) in ngene_error_detected()
/linux-6.3-rc2/drivers/misc/cxl/
A Dguest.c869 pci_channel_io_perm_failure); in afu_update_state()
A Dpci.c1851 if (state == pci_channel_io_perm_failure) { in cxl_pci_error_detected()
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_glue.c1741 if (state == pci_channel_io_perm_failure) { in sym2_io_error_detected()
/linux-6.3-rc2/drivers/scsi/aacraid/
A Dlinit.c1956 case pci_channel_io_perm_failure: in aac_pci_error_detected()
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfad.c1467 case pci_channel_io_perm_failure: /* PCI Card is DEAD */ in bfad_pci_error_detected()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dmain.c1837 res = state == pci_channel_io_perm_failure ? in mlx5_pci_err_detected()

Completed in 72 milliseconds

123