Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_disc.h161 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */ macro
Dlpfc_nportdisc.c1488 ndlp->nlp_flag |= NLP_REG_LOGIN_SEND; in lpfc_cmpl_plogi_plogi_issue()
1499 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_cmpl_plogi_plogi_issue()
1500 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_cmpl_plogi_plogi_issue()
1882 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_rcv_logo_reglogin_issue()
1898 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_rcv_logo_reglogin_issue()
Dlpfc_hbadisc.c3592 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_mbx_cmpl_reg_login()
3593 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_mbx_cmpl_reg_login()
4956 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) { in lpfc_unreg_rpi()
4957 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_unreg_rpi()
5253 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && in lpfc_nlp_remove()
Dlpfc_els.c4611 ndlp->nlp_flag |= NLP_REG_LOGIN_SEND; in lpfc_cmpl_els_rsp()
4620 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_cmpl_els_rsp()
4843 ndlp->nlp_flag & NLP_REG_LOGIN_SEND)) in lpfc_els_rsp_acc()