Home
last modified time | relevance | path

Searched refs:NLP_ISSUE_LOGO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h197 #define NLP_ISSUE_LOGO 0x00400000 /* waiting to issue a LOGO */ macro
H A Dlpfc_vport.c498 ndlp->nlp_flag |= NLP_ISSUE_LOGO; in lpfc_send_npiv_logo()
518 ndlp->nlp_flag &= ~NLP_ISSUE_LOGO; in lpfc_send_npiv_logo()
H A Dlpfc_els.c3177 ndlp->nlp_flag &= ~NLP_ISSUE_LOGO; in lpfc_issue_els_logo()
11594 ndlp->nlp_flag &= ~(NLP_ISSUE_LOGO | NLP_LOGO_SND); in lpfc_cmpl_els_npiv_logo()
12159 ndlp->nlp_flag |= NLP_ISSUE_LOGO; in lpfc_sli_abts_recover_port()
H A Dlpfc_scsi.c6109 pnode->nlp_flag |= NLP_ISSUE_LOGO; in lpfc_target_reset_handler()
H A Dlpfc_hbadisc.c5272 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) { in lpfc_set_unreg_login_mbx_cmpl()