Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h205 #define NLP_IN_DEV_LOSS 0x00800000 /* devloss in progress */ macro
H A Dlpfc_hbadisc.c234 ndlp->nlp_flag |= NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
276 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
468 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
553 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
585 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
H A Dlpfc_els.c1040 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS) && in lpfc_cmpl_els_flogi()
1561 !(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_initial_flogi()
1610 !(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_initial_fdisc()
2110 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_plogi()
2422 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_prli()
2864 if (!(ndlp->nlp_flag & NLP_IN_DEV_LOSS)) in lpfc_cmpl_els_adisc()
10410 if (ndlp->nlp_flag & NLP_IN_DEV_LOSS) { in lpfc_els_unsol_buffer()