Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_disc.h196 #define NLP_RCV_PLOGI 0x00080000 /* Rcv'ed PLOGI from remote system */ macro
Dlpfc_nportdisc.c609 NLP_RCV_PLOGI); in lpfc_rcv_plogi()
646 ndlp->nlp_flag |= (NLP_ACC_REGLOGIN | NLP_RCV_PLOGI); in lpfc_rcv_plogi()
1152 if (!(ndlp->nlp_flag & NLP_RCV_PLOGI)) { in lpfc_cmpl_plogi_illegal()
Dlpfc_hbadisc.c4792 ndlp->nlp_flag &= ~NLP_RCV_PLOGI; in lpfc_handle_adisc_state()
4819 ndlp->nlp_flag &= ~NLP_RCV_PLOGI; in lpfc_nlp_state_cleanup()
5801 if (ndlp->nlp_flag & NLP_RCV_PLOGI && in lpfc_setup_disc_node()
5834 ndlp->nlp_flag & NLP_RCV_PLOGI)) in lpfc_setup_disc_node()
Dlpfc_els.c2068 if ((ndlp->nlp_flag & (NLP_ACC_REGLOGIN | NLP_RCV_PLOGI)) && in lpfc_cmpl_els_plogi()