Home
last modified time | relevance | path

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

123

/Linux-v6.6/drivers/pci/
Dpci.h342 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
343 xchg(&dev->error_state, 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()
352 return old != pci_channel_io_perm_failure; in pci_dev_set_io_state()
360 pci_dev_set_io_state(dev, pci_channel_io_perm_failure); in pci_dev_set_disconnected()
368 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
/Linux-v6.6/arch/powerpc/kernel/
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-v6.6/arch/s390/pci/
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()
Dpci_bus.c115 pdev->error_state = pci_channel_io_perm_failure; in zpci_bus_remove_device()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dadf_aer.c24 if (state == pci_channel_io_perm_failure) { in adf_error_detected()
/Linux-v6.6/drivers/platform/x86/intel/
Dvsec.c450 if (state == pci_channel_io_perm_failure) in intel_vsec_pci_error_detected()
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_pcie.c535 case pci_channel_io_perm_failure: in qib_pci_error_detected()
/Linux-v6.6/drivers/accel/habanalabs/common/
Dhabanalabs_drv.c607 case pci_channel_io_perm_failure: in hl_pci_err_detected()
/Linux-v6.6/drivers/scsi/qla2xxx/
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()
Dqla_os.c903 if (ha->flags.pci_channel_io_perm_failure) { in qla2xxx_queuecommand()
7190 ha->flags.pci_channel_io_perm_failure) in qla2x00_do_dpc()
7814 case pci_channel_io_perm_failure: in qla2xxx_pci_error_detected()
7815 ha->flags.pci_channel_io_perm_failure = 1; in qla2xxx_pci_error_detected()
/Linux-v6.6/drivers/scsi/elx/efct/
Defct_driver.c677 case pci_channel_io_perm_failure: in efct_pci_io_error_detected()
/Linux-v6.6/drivers/cxl/core/
Dpci.c750 case pci_channel_io_perm_failure: in cxl_error_detected()
/Linux-v6.6/Documentation/PCI/
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-v6.6/drivers/misc/genwqe/
Dcard_base.c1281 if (state == pci_channel_io_perm_failure) { in genwqe_err_error_detected()
/Linux-v6.6/drivers/scsi/csiostor/
Dcsio_init.c1073 return state == pci_channel_io_perm_failure ? in csio_pci_error_detected()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dpcie.c529 case pci_channel_io_perm_failure: in pci_error_detected()
/Linux-v6.6/drivers/bus/mhi/host/
Dpci_generic.c1095 if (state == pci_channel_io_perm_failure) in mhi_pci_error_detected()
/Linux-v6.6/drivers/net/ethernet/sfc/
Defx_common.c1205 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Defx_common.c1224 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
/Linux-v6.6/drivers/media/pci/ngene/
Dngene-cards.c1188 if (state == pci_channel_io_perm_failure) in ngene_error_detected()
/Linux-v6.6/drivers/misc/cxl/
Dguest.c869 pci_channel_io_perm_failure); in afu_update_state()
Dpci.c1842 if (state == pci_channel_io_perm_failure) { in cxl_pci_error_detected()
/Linux-v6.6/drivers/scsi/bfa/
Dbfad.c1462 case pci_channel_io_perm_failure: /* PCI Card is DEAD */ in bfad_pci_error_detected()
/Linux-v6.6/drivers/scsi/aacraid/
Dlinit.c1967 case pci_channel_io_perm_failure: in aac_pci_error_detected()
/Linux-v6.6/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1741 if (state == pci_channel_io_perm_failure) { in sym2_io_error_detected()

123