Searched refs:LOOP_RESYNC_ACTIVE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 400 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))) { in qla2x00_do_dpc_vp() 404 clear_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp()
|
H A D | qla_attr.c | 3120 while (test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags) || in qla24xx_vport_delete()
|
H A D | qla_mr.c | 1105 if (!test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags)) in qlafx00_find_all_targets()
|
H A D | qla_os.c | 6920 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc() 6925 clear_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc()
|
H A D | qla_def.h | 4694 #define LOOP_RESYNC_ACTIVE 5 macro
|
H A D | qla_init.c | 6488 if (!test_and_set_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags)) { in qla2x00_perform_loop_resync() 6501 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags); in qla2x00_perform_loop_resync()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 408 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags))) { in qla2x00_do_dpc_vp() 412 clear_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags); in qla2x00_do_dpc_vp()
|
H A D | qla_attr.c | 3185 while (test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags)) in qla24xx_vport_delete()
|
H A D | qla_mr.c | 1105 if (!test_bit(LOOP_RESYNC_ACTIVE, &vha->dpc_flags)) in qlafx00_find_all_targets()
|
H A D | qla_os.c | 7162 if (!(test_and_set_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc() 7167 clear_bit(LOOP_RESYNC_ACTIVE, in qla2x00_do_dpc()
|
H A D | qla_def.h | 4947 #define LOOP_RESYNC_ACTIVE 5 macro
|
H A D | qla_init.c | 6997 if (!test_and_set_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags)) { in qla2x00_perform_loop_resync() 7010 clear_bit(LOOP_RESYNC_ACTIVE, &ha->dpc_flags); in qla2x00_perform_loop_resync()
|
Completed in 113 milliseconds