Searched refs:NLP_IN_DEV_LOSS (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_disc.h | 204 NLP_IN_DEV_LOSS = 23, /* devloss in progress */ enumerator
|
| H A D | lpfc_hbadisc.c | 257 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 D | lpfc_els.c | 1017 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()
|