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

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c408 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))) {
412 clear_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags);
H A Dqla_mr.c1105 if (!test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))
H A Dqla_attr.c3195 while (test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))
H A Dqla_def.h4947 #define LOOP_RESYNC_ACTIVE 5 macro
H A Dqla_os.c7164 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE,
7169 clear_bit(LOOP_RESYNC_ACTIVE,
H A Dqla_init.c7006 if (!test_and_set_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags)) {
7019 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags);

Completed in 389 milliseconds