Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_disc.h172 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
Dlpfc_hbadisc.c4531 flag = (ndlp->nlp_flag & NLP_UNREG_INP); in lpfc_enable_node()
4532 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4544 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4823 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_nlp_logo_unreg()
4831 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4839 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4873 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_unreg_rpi()
4923 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.c890 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_release_rpi()
914 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()
2586 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli4_unreg_rpi_cmpl_clr()
2596 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli4_unreg_rpi_cmpl_clr()