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

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

Completed in 139 milliseconds