/Linux-v5.10/arch/s390/pci/ |
D | pci_event.c | 66 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/ |
D | eeh_driver.c | 86 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/ |
D | pci.h | 365 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/ |
D | adf_aer.c | 25 if (state == pci_channel_io_perm_failure) { in adf_error_detected()
|
/Linux-v5.10/drivers/misc/habanalabs/common/ |
D | habanalabs_drv.c | 475 case pci_channel_io_perm_failure: in hl_pci_err_detected()
|
/Linux-v5.10/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 550 case pci_channel_io_perm_failure: in qib_pci_error_detected()
|
/Linux-v5.10/drivers/scsi/qla2xxx/ |
D | qla_mr.c | 55 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()
|
D | qla_os.c | 856 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/ |
D | pci-error-recovery.rst | 93 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/ |
D | card_base.c | 1278 if (state == pci_channel_io_perm_failure) { in genwqe_err_error_detected()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | pcie.c | 580 case pci_channel_io_perm_failure: in pci_error_detected()
|
/Linux-v5.10/drivers/scsi/csiostor/ |
D | csio_init.c | 1074 return state == pci_channel_io_perm_failure ? in csio_pci_error_detected()
|
/Linux-v5.10/drivers/block/rsxx/ |
D | core.c | 637 if (error == pci_channel_io_perm_failure) { in rsxx_error_detected()
|
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | efx_common.c | 1211 if (state == pci_channel_io_perm_failure) in efx_io_error_detected()
|
/Linux-v5.10/drivers/misc/cxl/ |
D | guest.c | 863 pci_channel_io_perm_failure); in afu_update_state()
|
D | pci.c | 1842 if (state == pci_channel_io_perm_failure) { in cxl_pci_error_detected()
|
/Linux-v5.10/drivers/media/pci/ngene/ |
D | ngene-cards.c | 1192 if (state == pci_channel_io_perm_failure) in ngene_error_detected()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | main.c | 1419 return state == pci_channel_io_perm_failure ? in mlx5_pci_err_detected()
|
/Linux-v5.10/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1745 if (state == pci_channel_io_perm_failure) { in sym2_io_error_detected()
|
/Linux-v5.10/drivers/scsi/bfa/ |
D | bfad.c | 1470 case pci_channel_io_perm_failure: /* PCI Card is DEAD */ in bfad_pci_error_detected()
|
/Linux-v5.10/drivers/scsi/aacraid/ |
D | linit.c | 2027 case pci_channel_io_perm_failure: in aac_pci_error_detected()
|
/Linux-v5.10/drivers/net/ethernet/atheros/alx/ |
D | main.c | 1929 if (state == pci_channel_io_perm_failure) in alx_pci_error_detected()
|
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_pci.c | 2405 if (state == pci_channel_io_perm_failure) in fm10k_io_error_detected()
|
/Linux-v5.10/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 2205 if (state == pci_channel_io_perm_failure) in ixgb_io_error_detected()
|
/Linux-v5.10/include/linux/ |
D | pci.h | 190 pci_channel_io_perm_failure = (__force pci_channel_state_t) 3, enumerator
|