Searched refs:eeh_busy (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 902 if (ha->flags.eeh_busy) { in qla2xxx_queuecommand() 1018 "qpair not online. eeh_busy=%d.\n", ha->flags.eeh_busy); in qla2xxx_mqueuecommand() 1393 ha->flags.eeh_busy) { in __qla2x00_eh_wait_for_pending_commands() 1807 (sp->type == SRB_SCSI_CMD && !ha->flags.eeh_busy && 6922 if (ha->flags.eeh_busy) { in qla2x00_do_dpc() 6924 "eeh_busy=%d.\n", ha->flags.eeh_busy); in qla2x00_do_dpc() 7197 if (ha->flags.eeh_busy || in qla2x00_do_dpc() 7333 if (vha->hw->flags.eeh_busy || qla2x00_chip_is_dow in qla_heart_beat() [all...] |
H A D | qla_mr.c | 223 ha->flags.eeh_busy) { in qlafx00_mailbox_command() 234 "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP " in qlafx00_mailbox_command() 236 ha->flags.eeh_busy); in qlafx00_mailbox_command() 1364 if (!ha->flags.eeh_busy) { in qlafx00_abort_isp_cleanup() 2005 ha->flags.eeh_busy = 0; in qlafx00_initialize_adapter() 2067 else if (!vha->hw->flags.eeh_busy) { in qlafx00_fw_state_show()
|
H A D | qla_mbx.c | 171 !is_rom_cmd(mcp->mb[0])) || ha->flags.eeh_busy) { in qla2x00_mailbox_command() 195 ha->flags.eeh_busy) { in qla2x00_mailbox_command() 198 ha->flags.purge_mbox, ha->flags.eeh_busy, mcp->mb[0]); in qla2x00_mailbox_command() 285 eeh_delay = ha->flags.eeh_busy ? 1 : 0; in qla2x00_mailbox_command() 297 eeh_delay = ha->flags.eeh_busy ? 1 : 0; in qla2x00_mailbox_command() 338 eeh_delay = ha->flags.eeh_busy ? 1 : 0; in qla2x00_mailbox_command() 496 ha->flags.eeh_busy) { in qla2x00_mailbox_command() 515 "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP " in qla2x00_mailbox_command() 517 ha->flags.eeh_busy); in qla2x00_mailbox_command() 549 !ha->flags.eeh_busy) { in qla2x00_mailbox_command() [all...] |
H A D | qla_attr.c | 1627 if (vha->hw->flags.eeh_busy) { in qla2x00_thermal_temp_show() 1662 } else if (vha->hw->flags.eeh_busy) { in qla2x00_fw_state_show()
|
H A D | qla_bsg.c | 3100 if (!ha->flags.eeh_busy && ha->isp_ops->abort_command(sp)) { in qla24xx_bsg_timeout()
|
H A D | qla_nx2.c | 588 if (ha->flags.eeh_busy && drv_active) in qla8044_need_reset()
|
H A D | qla_iocb.c | 3911 if (vha->hw->flags.eeh_busy) in qla2x00_start_sp()
|
H A D | qla_def.h | 3812 * ha->flags.eeh_busy 4096 uint32_t eeh_busy :1; member
|
H A D | qla_init.c | 2694 ha->flags.eeh_busy = 0; in qla2x00_initialize_adapter()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 850 if (ha->flags.eeh_busy) { in qla2xxx_queuecommand() 966 "qpair not online. eeh_busy=%d.\n", ha->flags.eeh_busy); in qla2xxx_mqueuecommand() 1052 if (unlikely(pci_channel_offline(ha->pdev)) || ha->flags.eeh_busy) { in qla2x00_eh_wait_on_command() 1685 (sp->type == SRB_SCSI_CMD && !ha->flags.eeh_busy && 6675 if (ha->flags.eeh_busy) { in qla2x00_do_dpc() 6677 "eeh_busy=%d.\n", ha->flags.eeh_busy); in qla2x00_do_dpc() 6955 if (ha->flags.eeh_busy || in qla2x00_do_dpc() 7069 if (ha->flags.eeh_busy) { in qla2x00_timer() [all...] |
H A D | qla_mr.c | 223 ha->flags.eeh_busy) { in qlafx00_mailbox_command() 234 "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP " in qlafx00_mailbox_command() 236 ha->flags.eeh_busy); in qlafx00_mailbox_command() 1364 if (!ha->flags.eeh_busy) { in qlafx00_abort_isp_cleanup() 2004 ha->flags.eeh_busy = 0; in qlafx00_initialize_adapter() 2066 else if (!vha->hw->flags.eeh_busy) { in qlafx00_fw_state_show()
|
H A D | qla_attr.c | 1621 if (vha->hw->flags.eeh_busy) { in qla2x00_thermal_temp_show() 1656 } else if (vha->hw->flags.eeh_busy) { in qla2x00_fw_state_show()
|
H A D | qla_mbx.c | 171 ha->flags.eeh_busy) && in qla2x00_mailbox_command() 483 ha->flags.eeh_busy) { in qla2x00_mailbox_command() 502 "mb[0]=0x%x, eeh_busy=0x%x. Scheduling ISP " in qla2x00_mailbox_command() 504 ha->flags.eeh_busy); in qla2x00_mailbox_command()
|
H A D | qla_nx2.c | 588 if (ha->flags.eeh_busy && drv_active) in qla8044_need_reset()
|
H A D | qla_iocb.c | 3744 if (vha->hw->flags.eeh_busy) in qla2x00_start_sp()
|
H A D | qla_def.h | 3615 * ha->flags.eeh_busy 3890 uint32_t eeh_busy :1; member
|
H A D | qla_init.c | 2309 ha->flags.eeh_busy = 0; in qla2x00_initialize_adapter()
|
Completed in 102 milliseconds