Home
last modified time | relevance | path

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

123

/Linux-v5.10/arch/s390/pci/
Dpci_event.c66 pdev->error_state = pci_channel_io_perm_failure; in __zpci_event_error()
146 pdev->error_state = pci_channel_io_perm_failure; in __zpci_event_availability()
/Linux-v5.10/arch/powerpc/kernel/
Deeh_driver.c86 if (edev->pdev->error_state == pci_channel_io_perm_failure) in eeh_edev_actionable()
454 pci_channel_io_perm_failure); in eeh_report_failure()
771 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_slot_presence_check()
801 if (pdev->error_state == pci_channel_io_perm_failure) in eeh_clear_slot_attention()
1070 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-v5.10/drivers/pci/
Dpci.h365 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
369 case pci_channel_io_perm_failure: in pci_dev_set_io_state()
399 pci_dev_set_io_state(dev, pci_channel_io_perm_failure); in pci_dev_set_disconnected()
407 return dev->error_state == pci_channel_io_perm_failure; in pci_dev_is_disconnected()
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_aer.c25 if (state == pci_channel_io_perm_failure) { in adf_error_detected()
/Linux-v5.10/drivers/misc/habanalabs/common/
Dhabanalabs_drv.c475 case pci_channel_io_perm_failure: in hl_pci_err_detected()
/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_pcie.c550 case pci_channel_io_perm_failure: in qib_pci_error_detected()
/Linux-v5.10/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()
1654 ha->flags.pci_channel_io_perm_failure)) { in qlafx00_abort_isp()
2026 ha->flags.pci_channel_io_perm_failure = 0; in qlafx00_initialize_adapter()
Dqla_os.c856 if (ha->flags.pci_channel_io_perm_failure) { in qla2xxx_queuecommand()
6952 ha->flags.pci_channel_io_perm_failure) in qla2x00_do_dpc()
7470 case pci_channel_io_perm_failure: in qla2xxx_pci_error_detected()
7471 ha->flags.pci_channel_io_perm_failure = 1; in qla2xxx_pci_error_detected()
/Linux-v5.10/Documentation/PCI/
Dpci-error-recovery.rst93 pci_channel_io_perm_failure, /* PCI card is dead */
351 pci_channel_state_t value of pci_channel_io_perm_failure.
/Linux-v5.10/drivers/misc/genwqe/
Dcard_base.c1278 if (state == pci_channel_io_perm_failure) { in genwqe_err_error_detected()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dpcie.c580 case pci_channel_io_perm_failure: in pci_error_detected()
/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_init.c1074 return state == pci_channel_io_perm_failure ? in csio_pci_error_detected()
/Linux-v5.10/drivers/block/rsxx/
Dcore.c637 if (error == pci_channel_io_perm_failure) { in rsxx_error_detected()
/Linux-v5.10/drivers/net/ethernet/sfc/
Defx_common.c1211 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
/Linux-v5.10/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.10/drivers/media/pci/ngene/
Dngene-cards.c1192 if (state == pci_channel_io_perm_failure) in ngene_error_detected()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c1419 return state == pci_channel_io_perm_failure ? in mlx5_pci_err_detected()
/Linux-v5.10/drivers/scsi/sym53c8xx_2/
Dsym_glue.c1745 if (state == pci_channel_io_perm_failure) { in sym2_io_error_detected()
/Linux-v5.10/drivers/scsi/bfa/
Dbfad.c1470 case pci_channel_io_perm_failure: /* PCI Card is DEAD */ in bfad_pci_error_detected()
/Linux-v5.10/drivers/scsi/aacraid/
Dlinit.c2027 case pci_channel_io_perm_failure: in aac_pci_error_detected()
/Linux-v5.10/drivers/net/ethernet/atheros/alx/
Dmain.c1929 if (state == pci_channel_io_perm_failure) in alx_pci_error_detected()
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c2405 if (state == pci_channel_io_perm_failure) in fm10k_io_error_detected()
/Linux-v5.10/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c2205 if (state == pci_channel_io_perm_failure) in ixgb_io_error_detected()
/Linux-v5.10/include/linux/
Dpci.h190 pci_channel_io_perm_failure = (__force pci_channel_state_t) 3, enumerator

123