Searched refs:RELOGIN_NEEDED (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 379 if (test_bit(RELOGIN_NEEDED, &vha->dpc_flags) && in qla2x00_do_dpc_vp() 386 clear_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_do_dpc_vp()
|
D | qla_init.c | 359 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_async_login() 968 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gnl_done_event() 1298 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_async_prli() 1488 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_gpdb_event() 1582 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1592 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1666 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 1705 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_fcport_handle_login() 2008 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_prli_done_event() 2095 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_handle_plogi_done_event() [all …]
|
D | qla_os.c | 3927 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_mark_device_lost() 5363 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla24xx_post_relogin_work() 5418 set_bit(RELOGIN_NEEDED, in qla2x00_relogin() 5440 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_relogin() 6896 if (test_bit(RELOGIN_NEEDED, &base_vha->dpc_flags) && in qla2x00_do_dpc() 6903 clear_bit(RELOGIN_NEEDED, &base_vha->dpc_flags); in qla2x00_do_dpc() 7231 test_bit(RELOGIN_NEEDED, &vha->dpc_flags) || in qla2x00_timer() 7250 test_bit(RELOGIN_NEEDED, &vha->dpc_flags), in qla2x00_timer()
|
D | qla_target.c | 1068 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qlt_free_session_done() 1129 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qlt_free_session_done()
|
D | qla_def.h | 4697 #define RELOGIN_NEEDED 8 macro
|
D | qla_mbx.c | 4017 set_bit(RELOGIN_NEEDED, in qla24xx_report_id_acquisition()
|