Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_mr.c45 uint8_t abort_active; in qlafx00_mailbox_command() local
73 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qlafx00_mailbox_command()
145 if ((!abort_active && io_lock_on) || IS_NOPOLLING_TYPE(ha)) { in qlafx00_mailbox_command()
214 if ((abort_active || !io_lock_on) && !IS_NOPOLLING_TYPE(ha)) { in qlafx00_mailbox_command()
242 } else if (!abort_active) { in qlafx00_mailbox_command()
Dqla_mbx.c105 uint8_t abort_active; in qla2x00_mailbox_command() local
145 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command()
253 if ((!abort_active && io_lock_on) || IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()
477 if ((abort_active || !io_lock_on) && !IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()