Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_disc.h172 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
Dlpfc_hbadisc.c4586 flag = (ndlp->nlp_flag & NLP_UNREG_INP); in lpfc_enable_node()
4587 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4599 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4879 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_nlp_logo_unreg()
4887 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4896 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4969 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_unreg_rpi()
4999 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_unreg_rpi()
Dlpfc_nportdisc.c596 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_rcv_plogi()
1087 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_release_rpi()
1111 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_release_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()
2140 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_issue_els_plogi()
Dlpfc_sli.c2457 ndlp->nlp_flag &= ~NLP_UNREG_INP; in __lpfc_sli_rpi_release()
2536 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli_def_mbox_cmpl()
2538 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli_def_mbox_cmpl()
2603 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli4_unreg_rpi_cmpl_clr()
2613 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli4_unreg_rpi_cmpl_clr()