Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_disc.h172 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
Dlpfc_hbadisc.c4534 flag = (ndlp->nlp_flag & NLP_UNREG_INP); in lpfc_enable_node()
4535 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4547 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4826 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_nlp_logo_unreg()
4834 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4842 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4914 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_unreg_rpi()
4943 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_unreg_rpi()
Dlpfc_els.c1720 if (keep_new_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1721 new_ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1723 new_ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1734 if (keep_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1735 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1737 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
2139 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_issue_els_plogi()
Dlpfc_nportdisc.c892 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_release_rpi()
916 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_release_rpi()
Dlpfc_sli.c2444 ndlp->nlp_flag &= ~NLP_UNREG_INP; in __lpfc_sli_rpi_release()
2521 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli_def_mbox_cmpl()
2523 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli_def_mbox_cmpl()
2588 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli4_unreg_rpi_cmpl_clr()
2598 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli4_unreg_rpi_cmpl_clr()