Searched refs:RELOGIN_NEEDED (Results 1 – 4 of 4) sorted by relevance
339 if ((test_and_clear_bit(RELOGIN_NEEDED, &vha->dpc_flags)) && in qla2x00_do_dpc_vp()
3279 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_mark_device_lost()4067 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_relogin()5016 if ((test_and_clear_bit(RELOGIN_NEEDED, in qla2x00_do_dpc()5267 test_bit(RELOGIN_NEEDED, &vha->dpc_flags))) { in qla2x00_timer()5285 test_bit(RELOGIN_NEEDED, &vha->dpc_flags)); in qla2x00_timer()
457 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_async_login_done()475 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_async_login_done()522 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_async_adisc_done()
3527 #define RELOGIN_NEEDED 8 macro