Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_disc.h179 #define NLP_IGNR_REG_CMPL 0x00000001 /* Rcvd rscn before we cmpl reg login */ macro
Dlpfc_hbadisc.c3893 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || in lpfc_mbx_cmpl_reg_login()
3904 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_mbx_cmpl_reg_login()
Dlpfc_nportdisc.c2073 ndlp->nlp_flag |= NLP_IGNR_REG_CMPL; in lpfc_device_recov_reglogin_issue()
Dlpfc_sli.c21059 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
21077 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
21088 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
Dlpfc_els.c2211 if ((ndlp->nlp_flag & (NLP_IGNR_REG_CMPL | NLP_UNREG_INP)) && in lpfc_issue_els_plogi()