Searched refs:RELOGIN_NEEDED (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 396 if (test_bit(RELOGIN_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp() 403 clear_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_do_dpc_vp()
|
D | qla_init.c | 379 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_async_login() 745 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gnl_done_event() 883 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gnl_done_event() 996 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gnl_done_event() 1326 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_async_prli() 1576 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gpdb_event() 1673 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1683 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1757 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1804 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() [all …]
|
D | qla_os.c | 4067 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_mark_device_lost() 5554 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_post_relogin_work() 5610 set_bit(RELOGIN_NEEDED, in qla2x00_relogin() 5632 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_relogin() 7083 if (test_bit(RELOGIN_NEEDED, &base_vha->dpc_flags) && in qla2x00_do_dpc() 7090 clear_bit(RELOGIN_NEEDED, &base_vha->dpc_flags); in qla2x00_do_dpc() 7533 test_bit(RELOGIN_NEEDED, &vha->dpc_flags) || in qla2x00_timer() 7552 test_bit(RELOGIN_NEEDED, &vha->dpc_flags), in qla2x00_timer()
|
D | qla_target.c | 1114 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qlt_free_session_done() 1170 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qlt_free_session_done()
|
D | qla_def.h | 4870 #define RELOGIN_NEEDED 8 macro
|
D | qla_edif.c | 587 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla_edif_app_start()
|
D | qla_mbx.c | 4081 set_bit(RELOGIN_NEEDED, in qla24xx_report_id_acquisition()
|