Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_disc.h196 NLP_UNREG_INP = 15, /* UNREG_RPI cmd is in progress */ enumerator
H A Dlpfc_hbadisc.c5174 if (test_bit(NLP_UNREG_INP, &ndlp->nlp_flag) && in lpfc_nlp_logo_unreg()
5182 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_nlp_logo_unreg()
5186 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_nlp_logo_unreg()
5257 if (test_bit(NLP_UNREG_INP, &ndlp->nlp_flag)) { in lpfc_unreg_rpi()
5289 set_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_unreg_rpi()
5301 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_unreg_rpi()
5321 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_unreg_rpi()
H A Dlpfc_els.c1768 if (test_bit(NLP_UNREG_INP, &keep_new_nlp_flag)) in lpfc_plogi_confirm_nport()
1769 set_bit(NLP_UNREG_INP, &new_ndlp->nlp_flag); in lpfc_plogi_confirm_nport()
1771 clear_bit(NLP_UNREG_INP, &new_ndlp->nlp_flag); in lpfc_plogi_confirm_nport()
1791 if (test_bit(NLP_UNREG_INP, &keep_nlp_flag)) in lpfc_plogi_confirm_nport()
1792 set_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_plogi_confirm_nport()
1794 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_plogi_confirm_nport()
2205 test_bit(NLP_UNREG_INP, &ndlp->nlp_flag)) && in lpfc_issue_els_plogi()
5276 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_mbx_cmpl_dflt_rpi()
H A Dlpfc_nportdisc.c1105 if (test_bit(NLP_UNREG_INP, &ndlp->nlp_flag)) { in lpfc_release_rpi()
1133 set_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_release_rpi()
H A Dlpfc_sli.c2919 if (test_bit(NLP_UNREG_INP, &ndlp->nlp_flag) && in lpfc_sli_def_mbox_cmpl()
2921 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli_def_mbox_cmpl()
2925 clear_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli_def_mbox_cmpl()
2996 unreg_inp = test_and_clear_bit(NLP_UNREG_INP, in lpfc_sli4_unreg_rpi_cmpl_clr()
14336 set_bit(NLP_UNREG_INP, &ndlp->nlp_flag); in lpfc_sli4_sp_handle_mbox_event()
H A Dlpfc_init.c3833 clear_bit(NLP_UNREG_INP, in lpfc_offline_prep()