Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mid.c339 if ((test_and_clear_bit(RELOGIN_NEEDED, &vha->dpc_flags)) && in qla2x00_do_dpc_vp()
Dqla_os.c3284 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_mark_device_lost()
4069 set_bit(RELOGIN_NEEDED, &vha->dpc_flags); in qla2x00_relogin()
5014 if ((test_and_clear_bit(RELOGIN_NEEDED, in qla2x00_do_dpc()
5265 test_bit(RELOGIN_NEEDED, &vha->dpc_flags))) { in qla2x00_timer()
5283 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.h3522 #define RELOGIN_NEEDED 8 macro