Home
last modified time | relevance | path

Searched refs:abort_active (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c44 uint8_t abort_active; in qlafx00_mailbox_command() local
71 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qlafx00_mailbox_command()
143 if ((!abort_active && io_lock_on) || IS_NOPOLLING_TYPE(ha)) { in qlafx00_mailbox_command()
212 if ((abort_active || !io_lock_on) && !IS_NOPOLLING_TYPE(ha)) { in qlafx00_mailbox_command()
240 } else if (!abort_active) { in qlafx00_mailbox_command()
H A Dqla_mbx.c111 uint8_t abort_active, eeh_delay; in qla2x00_mailbox_command() local
150 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command()
264 if ((!abort_active && io_lock_on) || IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()
485 if ((abort_active || !io_lock_on) && !IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()