Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h190 #define NLP_UNREG_INP 0x00008000 /* UNREG_RPI cmd is in progress */ macro
H A Dlpfc_hbadisc.c5221 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_nlp_logo_unreg()
5229 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
5242 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_nlp_logo_unreg()
5324 if (ndlp->nlp_flag & NLP_UNREG_INP) { in lpfc_unreg_rpi()
5359 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_unreg_rpi()
5371 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_unreg_rpi()
5391 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_unreg_rpi()
6662 !(ndlp->nlp_flag & (NLP_RPI_REGISTERED | NLP_UNREG_INP))) { in lpfc_nlp_release()
H A Dlpfc_els.c1766 if (keep_new_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1767 new_ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1769 new_ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1789 if (keep_nlp_flag & NLP_UNREG_INP) in lpfc_plogi_confirm_nport()
1790 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
1792 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_plogi_confirm_nport()
2211 if ((ndlp->nlp_flag & (NLP_IGNR_REG_CMPL | NLP_UNREG_INP)) && in lpfc_issue_els_plogi()
5301 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_mbx_cmpl_dflt_rpi()
H A Dlpfc_nportdisc.c1089 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_sli.c2852 ndlp->nlp_flag &= ~NLP_UNREG_INP; in __lpfc_sli_rpi_release()
2935 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli_def_mbox_cmpl()
2937 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli_def_mbox_cmpl()
3011 if ((ndlp->nlp_flag & NLP_UNREG_INP) && in lpfc_sli4_unreg_rpi_cmpl_clr()
3021 ndlp->nlp_flag &= ~NLP_UNREG_INP; in lpfc_sli4_unreg_rpi_cmpl_clr()
14348 ndlp->nlp_flag |= NLP_UNREG_INP; in lpfc_sli4_sp_handle_mbox_event()
H A Dlpfc_init.c3842 ndlp->nlp_flag &= ~(NLP_UNREG_INP | in lpfc_offline_prep()