Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/s390/pci/
Dpci_event.c64 pdev->error_state = pci_channel_io_perm_failure; in __zpci_event_error()
134 pdev->error_state = pci_channel_io_perm_failure; in __zpci_event_availability()
/Linux-v5.4/arch/powerpc/kernel/
Deeh_driver.c102 if (edev->pdev->error_state == pci_channel_io_perm_failure) in eeh_edev_actionable()
470 pci_channel_io_perm_failure); in eeh_report_failure()
795 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_slot_presence_check()
825 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_clear_slot_attention()
1094 eeh_set_channel_state(pe, pci_channel_io_perm_failure); in eeh_handle_normal_event()
1223 eeh_set_channel_state(pe, pci_channel_io_perm_failure); in eeh_handle_special_event()
/Linux-v5.4/drivers/pci/
Dpci.h356 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
360 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
390 pci_dev_set_io_state(dev, pci_channel_io_perm_failure); in pci_dev_set_disconnected()
398 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dadf_aer.c69 if (state == pci_channel_io_perm_failure) { in adf_error_detected()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_pcie.c550 case pci_channel_io_perm_failure: in qib_pci_error_detected()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_mr.c75 if (ha->flags.pci_channel_io_perm_failure) { in qlafx00_mailbox_command()
639 ha->flags.pci_channel_io_perm_failure)) in qlafx00_soft_reset()
1656 ha->flags.pci_channel_io_perm_failure)) { in qlafx00_abort_isp()
2031 ha->flags.pci_channel_io_perm_failure = 0; in qlafx00_initialize_adapter()
Dqla_os.c841 if (ha->flags.pci_channel_io_perm_failure) { in qla2xxx_queuecommand()
6413 ha->flags.pci_channel_io_perm_failure) in qla2x00_do_dpc()
6928 case pci_channel_io_perm_failure: in qla2xxx_pci_error_detected()
6929 ha->flags.pci_channel_io_perm_failure = 1; in qla2xxx_pci_error_detected()
Dqla_init.c2152 ha->flags.pci_channel_io_perm_failure = 0; in qla2x00_initialize_adapter()
2893 ha->flags.pci_channel_io_perm_failure) { in qla24xx_reset_chip()
6745 ha->flags.pci_channel_io_perm_failure)) { in qla2x00_abort_isp()
8077 if (ha->flags.pci_channel_io_perm_failure) in qla2x00_try_to_stop_firmware()
/Linux-v5.4/Documentation/PCI/
Dpci-error-recovery.rst93 pci_channel_io_perm_failure, /* PCI card is dead */
351 pci_channel_state value of pci_channel_io_perm_failure.
/Linux-v5.4/drivers/misc/genwqe/
Dcard_base.c1262 if (state == pci_channel_io_perm_failure) { in genwqe_err_error_detected()
/Linux-v5.4/drivers/crypto/hisilicon/zip/
Dzip_main.c932 if (state == pci_channel_io_perm_failure) in hisi_zip_error_detected()
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_init.c1077 return state == pci_channel_io_perm_failure ? in csio_pci_error_detected()
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dpcie.c572 case pci_channel_io_perm_failure: in pci_error_detected()
/Linux-v5.4/drivers/block/rsxx/
Dcore.c635 if (error == pci_channel_io_perm_failure) { in rsxx_error_detected()
/Linux-v5.4/drivers/misc/cxl/
Dguest.c863 pci_channel_io_perm_failure); in afu_update_state()
Dpci.c1842 if (state == pci_channel_io_perm_failure) { in cxl_pci_error_detected()
/Linux-v5.4/drivers/media/pci/ngene/
Dngene-cards.c1192 if (state == pci_channel_io_perm_failure) in ngene_error_detected()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1412 return state == pci_channel_io_perm_failure ? in mlx5_pci_err_detected()
/Linux-v5.4/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1749 if (state == pci_channel_io_perm_failure) { in sym2_io_error_detected()
/Linux-v5.4/drivers/scsi/bfa/
Dbfad.c1469 case pci_channel_io_perm_failure: /* PCI Card is DEAD */ in bfad_pci_error_detected()
/Linux-v5.4/drivers/scsi/aacraid/
Dlinit.c2000 case pci_channel_io_perm_failure: in aac_pci_error_detected()
/Linux-v5.4/drivers/net/ethernet/atheros/alx/
Dmain.c1931 if (state == pci_channel_io_perm_failure) in alx_pci_error_detected()
/Linux-v5.4/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c2204 if (state == pci_channel_io_perm_failure) in ixgb_io_error_detected()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c2408 if (state == pci_channel_io_perm_failure) in fm10k_io_error_detected()
/Linux-v5.4/include/linux/
Dpci.h171 pci_channel_io_perm_failure = (__force pci_channel_state_t) 3, enumerator

123