Searched refs:need_login (Results 1 – 2 of 2) sorted by relevance
640 tgt->need_login = 1; in ibmvfc_init_host()2767 if (tgt->need_login && be64_to_cpu(crq->event) == IBMVFC_AE_ELS_LOGO) in ibmvfc_handle_async()2769 if (!tgt->need_login || be64_to_cpu(crq->event) == IBMVFC_AE_ELS_PLOGI) { in ibmvfc_handle_async()3393 tgt->need_login = 0; in ibmvfc_tgt_prli_done()4185 if (tgt->need_login) in ibmvfc_alloc_target()4196 tgt->need_login = 1; in ibmvfc_alloc_target()
706 int need_login; member