Home
last modified time | relevance | path

Searched refs:NLP_IN_DEV_LOSS (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_disc.h204 NLP_IN_DEV_LOSS = 23, /* devloss in progress */ enumerator
H A Dlpfc_hbadisc.c257 set_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk()
299 clear_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_callbk()
482 clear_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_handler()
538 clear_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_handler()
595 clear_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag); in lpfc_dev_loss_tmo_handler()
H A Dlpfc_els.c1017 if (!test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag) && in lpfc_cmpl_els_flogi()
1547 !test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) in lpfc_initial_flogi()
1596 !test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) in lpfc_initial_fdisc()
2101 if (!test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) in lpfc_cmpl_els_plogi()
2414 if (!test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) in lpfc_cmpl_els_prli()
2853 if (!test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) in lpfc_cmpl_els_adisc()
10348 if (test_bit(NLP_IN_DEV_LOSS, &ndlp->nlp_flag)) { in lpfc_els_unsol_buffer()