Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_disc.h174 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
H A Dlpfc_hbadisc.c4602 flag = (ndlp->nlp_flag & NLP_UNREG_INP); in lpfc_enable_node()
4603 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4615 if (flag & NLP_UNREG_INP) in lpfc_enable_node()
4895 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_nlp_logo_unreg()
4903 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4912 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
4985 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_unreg_rpi()
5015 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_unreg_rpi()
5045 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_unreg_rpi()
H A Dlpfc_nportdisc.c596 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_rcv_plogi()
1093 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_release_rpi()
1117 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_release_rpi()
H A Dlpfc_els.c1730 if (keep_new_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1731 new_ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1733 new_ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1744 if (keep_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1745 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1747 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
2150 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_issue_els_plogi()
H A 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()