Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mr.c44 uint8_t abort_active; in qlafx00_mailbox_command() local
72 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qlafx00_mailbox_command()
144 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()
Dqla_mbx.c39 uint8_t abort_active; in qla2x00_mailbox_command() local
71 abort_active = test_bit(ABORT_ISP_ACTIVE, &base_vha->dpc_flags); in qla2x00_mailbox_command()
153 if ((!abort_active && io_lock_on) || IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()
298 if ((abort_active || !io_lock_on) && !IS_NOPOLLING_TYPE(ha)) { in qla2x00_mailbox_command()
334 } else if (!abort_active) { in qla2x00_mailbox_command()