Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_disc.h158 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */ macro
Dlpfc_nportdisc.c1253 ndlp->nlp_flag |= NLP_REG_LOGIN_SEND; in lpfc_cmpl_plogi_plogi_issue()
1264 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_cmpl_plogi_plogi_issue()
1265 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_cmpl_plogi_plogi_issue()
1640 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_rcv_logo_reglogin_issue()
1656 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_rcv_logo_reglogin_issue()
Dlpfc_hbadisc.c3491 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_mbx_cmpl_reg_login()
3492 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_mbx_cmpl_reg_login()
4725 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) { in lpfc_unreg_rpi()
4726 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) in lpfc_unreg_rpi()
4988 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && in lpfc_nlp_remove()
Dlpfc_els.c4048 ndlp->nlp_flag |= NLP_REG_LOGIN_SEND; in lpfc_cmpl_els_rsp()
4057 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; in lpfc_cmpl_els_rsp()
4286 ndlp->nlp_flag & NLP_REG_LOGIN_SEND)) in lpfc_els_rsp_acc()