Home
last modified time | relevance | path

Searched refs:RELOGIN_NEEDED (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c339 if ((test_and_clear_bit(RELOGIN_NEEDED, &vha->dpc_flags)) && in qla2x00_do_dpc_vp()
Dqla_os.c3279 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()
Dqla_init.c457 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()
Dqla_def.h3527 #define RELOGIN_NEEDED 8 macro