Home
last modified time | relevance | path

Searched refs:pci_channel_offline (Results 1 – 25 of 49) sorted by relevance

12

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Dcatas.c76 if (!pci_channel_offline(dev->persist->pdev)) { in mlx4_reset_master()
103 if (pci_channel_offline(dev->persist->pdev)) in mlx4_reset_slave()
190 if (!pci_channel_offline(dev->persist->pdev)) in mlx4_enter_error_state()
Dcmd.c422 if (pci_channel_offline(dev->persist->pdev)) in cmd_pending()
447 if (pci_channel_offline(dev->persist->pdev) || in mlx4_cmd_post()
461 if (pci_channel_offline(dev->persist->pdev)) { in mlx4_cmd_post()
611 if (pci_channel_offline(dev->persist->pdev)) { in mlx4_cmd_poll()
778 if (pci_channel_offline(dev->persist->pdev)) in __mlx4_cmd()
Dmain.c3243 if (pci_channel_offline(dev->persist->pdev)) in mlx4_get_ownership()
3263 if (pci_channel_offline(dev->persist->pdev)) in mlx4_free_ownership()
/linux-6.6.21/drivers/scsi/qla4xxx/
Dql4_bsg.c26 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_read_flash()
92 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_update_flash()
155 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_get_acb_state()
214 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_read_nvram()
286 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_update_nvram()
353 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_restore_defaults()
398 if (unlikely(pci_channel_offline(ha->pdev))) in qla4xxx_bsg_get_acb()
Dql4_isr.c1225 if (unlikely(pci_channel_offline(ha->pdev))) in qla4_82xx_intr_handler()
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_isr.c54 if (unlikely(pci_channel_offline(hw->pdev))) { in csio_nondata_isr()
115 if (unlikely(pci_channel_offline(hw->pdev))) { in csio_fwevt_isr()
266 if (unlikely(pci_channel_offline(hw->pdev))) { in csio_scsi_isr()
313 if (unlikely(pci_channel_offline(hw->pdev))) { in csio_fcoe_isr()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_attr.c373 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_sysfs_write_optrom_ctl()
552 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_sysfs_read_vpd()
598 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_sysfs_write_vpd()
848 if (unlikely(pci_channel_offline(vha->hw->pdev))) in qla2x00_issue_logo()
892 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_sysfs_read_xgmac_stats()
2743 if (unlikely(pci_channel_offline(fcport->vha->hw->pdev))) { in qla2x00_dev_loss_tmo_callbk()
2765 if (unlikely(pci_channel_offline(fcport->vha->hw->pdev))) { in qla2x00_terminate_rport_io()
2841 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_get_fc_host_stats()
Dqla_isr.c371 if (pci_channel_offline(ha->pdev)) in qla2100_intr_handler()
428 if (reg == 0xffffffff && !pci_channel_offline(vha->hw->pdev)) { in qla2x00_check_reg32_for_disconnect()
486 if (unlikely(pci_channel_offline(ha->pdev))) in qla2300_intr_handler()
4253 if (unlikely(pci_channel_offline(ha->pdev))) in qla24xx_intr_handler()
4263 if (unlikely(pci_channel_offline(ha->pdev))) in qla24xx_intr_handler()
4392 if (unlikely(pci_channel_offline(ha->pdev))) in qla24xx_msix_default()
Dqla_mr.c636 if (unlikely(pci_channel_offline(ha->pdev) && in qlafx00_soft_reset()
1630 if (unlikely(pci_channel_offline(ha->pdev) && in qlafx00_abort_isp()
2902 if (unlikely(pci_channel_offline(ha->pdev))) in qlafx00_intr_handler()
Dqla_mbx.c450 if (!pci_channel_offline(vha->hw->pdev)) { in qla2x00_mailbox_command()
3728 if (unlikely(pci_channel_offline(vha->hw->pdev))) in qla2x00_enable_eft_trace()
3769 if (unlikely(pci_channel_offline(vha->hw->pdev))) in qla2x00_disable_eft_trace()
3807 if (unlikely(pci_channel_offline(vha->hw->pdev))) in qla2x00_enable_fce_trace()
3857 if (unlikely(pci_channel_offline(vha->hw->pdev))) in qla2x00_disable_fce_trace()
Dqla_bsg.c1421 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_optrom_setup()
2347 if (unlikely(pci_channel_offline(ha->pdev))) in qla2x00_get_priv_stats()
/linux-6.6.21/drivers/misc/genwqe/
Dcard_utils.c54 if (pci_channel_offline(pci_dev)) in __genwqe_writeq()
105 if (pci_channel_offline(pci_dev)) in __genwqe_writel()
Dcard_ddcb.c1139 !pci_channel_offline(pci_dev)) { in genwqe_pf_isr()
1150 if (pci_channel_offline(pci_dev)) in genwqe_pf_isr()
Dcard_base.c1022 if (pci_channel_offline(pci_dev)) in genwqe_health_thread()
Dcard_dev.c1064 if (pci_channel_offline(pci_dev)) in genwqe_ioctl()
/linux-6.6.21/drivers/scsi/sym53c8xx_2/
Dsym_glue.c529 if (pci_channel_offline(sym_data->pdev)) in DEF_SCSI_QCMD()
590 if (pci_channel_offline(pdev)) { in sym_eh_handler()
595 if (pci_channel_offline(pdev)) { in sym_eh_handler()
/linux-6.6.21/drivers/scsi/cxlflash/
Dmain.c647 if (pci_channel_offline(pdev)) in cxlflash_wait_for_pci_err_recovery()
649 !pci_channel_offline(pdev), in cxlflash_wait_for_pci_err_recovery()
1039 if (rc || pci_channel_offline(pdev)) { in init_pci()
1040 if (pci_channel_offline(pdev)) { in init_pci()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c117 if (pci_channel_offline(dev->pdev)) in mlx5_health_check_fatal_sensors()
Dcmd.c958 return pci_channel_offline(dev->pdev) || in mlx5_cmd_is_down()
/linux-6.6.21/drivers/misc/cxl/
Dcxl.h771 return !pci_channel_offline(pdev); in cxl_adapter_link_ok()
/linux-6.6.21/drivers/scsi/
Dipr.c9261 if (pci_channel_offline(pdev)) { in ipr_wait_for_pci_err_recovery()
9263 !pci_channel_offline(pdev), in ipr_wait_for_pci_err_recovery()
9454 if (rc || pci_channel_offline(pdev)) { in ipr_probe_ioa()
9455 if (pci_channel_offline(pdev)) { in ipr_probe_ioa()
9532 if (pci_channel_offline(pdev)) { in ipr_probe_ioa()
9535 if (pci_channel_offline(pdev)) { in ipr_probe_ioa()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_init.c1699 if (pci_channel_offline(phba->pcidev)) { in lpfc_handle_deferred_eratt()
1798 if (pci_channel_offline(phba->pcidev)) { in lpfc_handle_eratt_s3()
2007 if (pci_channel_offline(phba->pcidev)) { in lpfc_handle_eratt_s4()
3089 pci_channel_offline(phba->pcidev)) in lpfc_cleanup()
3815 offline = pci_channel_offline(phba->pcidev); in lpfc_offline_prep()
13492 if (!pci_channel_offline(phba->pcidev)) in lpfc_sli4_hba_unset()
15164 int offline = pci_channel_offline(phba->pcidev); in lpfc_sli4_prep_dev_for_reset()
Dlpfc_nvme.c1127 offline = pci_channel_offline(vport->phba->pcidev); in lpfc_nvme_io_cmd_cmpl()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1977 pci_channel_offline((bp)->pdev))
/linux-6.6.21/drivers/scsi/aacraid/
Daacraid.h2636 return pci_channel_offline(dev->pdev) || dev->handle_pci_error; in aac_pci_offline()

12