Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c494 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_send_npiv_logo()
499 ndlp->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
505 (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)), in lpfc_send_npiv_logo()
508 if (!(ndlp->save_flags & NLP_WAIT_FOR_LOGO)) in lpfc_send_npiv_logo()
519 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_send_npiv_logo()
H A Dlpfc_disc.h92 NLP_WAIT_FOR_LOGO = 0x2, enumerator
H A Dlpfc_scsi.c6114 if (!(pnode->save_flags & NLP_WAIT_FOR_LOGO) && in lpfc_target_reset_handler()
6119 pnode->save_flags |= NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
6124 NLP_WAIT_FOR_LOGO)), in lpfc_target_reset_handler()
6128 if (pnode->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_target_reset_handler()
6135 pnode->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_target_reset_handler()
H A Dlpfc_els.c3006 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_logo()
3008 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_logo()
11595 if (ndlp->save_flags & NLP_WAIT_FOR_LOGO) { in lpfc_cmpl_els_npiv_logo()
11601 ndlp->save_flags &= ~NLP_WAIT_FOR_LOGO; in lpfc_cmpl_els_npiv_logo()