Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_disc.h198 #define NLP_IN_DEV_LOSS 0x00800000 /* devloss in progress */ macro
Dlpfc_els.c1532 !(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_initial_flogi()
1581 !(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_initial_fdisc()
2081 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_plogi()
2375 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_prli()
2817 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_adisc()
10203 if (ndlp->nlp_flag & NLP_IN_DEV_LOSS) { in lpfc_els_unsol_buffer()
Dlpfc_hbadisc.c217 ndlp->nlp_flag |= NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
257 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
430 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()