Searched refs:LOOP_RESYNC_NEEDED (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1596 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_fcport_event_handler() 4822 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_configure_loop() 4842 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_configure_loop() 4882 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_configure_loop() 5021 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_configure_local_loop() 5076 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) in qla2x00_configure_local_loop() 5359 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_configure_fabric() 5367 if (test_bit(LOOP_RESYNC_NEEDED, in qla2x00_configure_fabric() 5375 if (test_bit(LOOP_RESYNC_NEEDED, in qla2x00_configure_fabric() 5389 if (test_bit(LOOP_RESYNC_NEEDED, in qla2x00_configure_fabric() [all …]
|
D | qla_mr.c | 1135 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_find_all_targets() 1213 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_find_all_targets() 1257 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_configure_all_targets() 1263 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_configure_all_targets() 1271 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) in qlafx00_configure_all_targets() 1284 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) in qlafx00_configure_all_targets() 1333 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qlafx00_configure_devices() 1729 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_process_aen() 1738 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlafx00_process_aen()
|
D | qla_mid.c | 360 !test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp() 379 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) { in qla2x00_do_dpc_vp()
|
D | qla_gs.c | 176 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_chk_ms_status() 3918 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla24xx_async_gnnft_done() 4035 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla24xx_async_gnnft_done() 4165 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_gpnft_gnnft_sp_done() 4211 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_gpnft_gnnft_sp_done() 4248 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_gpnft_gnnft_sp_done() 4507 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla_scan_work_fn()
|
D | qla_isr.c | 952 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 987 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 998 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_event() 1067 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2x00_async_event()
|
D | qla_os.c | 2684 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qla2xxx_scan_start() 5154 if (test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags)) in qla2x00_relogin() 6118 !test_bit(LOOP_RESYNC_NEEDED, &base_vha->dpc_flags) && in qla2x00_do_dpc() 6132 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, in qla2x00_do_dpc() 6422 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags) || in qla2x00_timer() 6436 test_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags), in qla2x00_timer()
|
D | qla_def.h | 4242 #define LOOP_RESYNC_NEEDED 4 /* Device Resync needed. */ macro 4446 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags) || \ 4451 test_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags))
|
D | qla_attr.c | 1999 if (test_bit(LOOP_RESYNC_NEEDED, &base_vha->dpc_flags)) in qla2x00_get_host_port_state()
|
D | qla_target.c | 4987 set_bit(LOOP_RESYNC_NEEDED, &vha->dpc_flags); in qlt_24xx_handle_els()
|