Home
last modified time | relevance | path

Searched refs:LOOP_RESYNC_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mid.c356 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))) { in qla2x00_do_dpc_vp()
360 clear_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp()
Dqla_attr.c2139 while (test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags) || in qla24xx_vport_delete()
Dqla_os.c5032 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc()
5037 clear_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc()
Dqla_def.h3519 #define LOOP_RESYNC_ACTIVE 5 macro
Dqla_init.c4249 if (!test_and_set_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags)) { in qla2x00_perform_loop_resync()
4262 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags); in qla2x00_perform_loop_resync()
Dqla_mr.c1127 if (!test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags)) in qlafx00_find_all_targets()