Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_disc.h162 #define NLP_IN_DEV_LOSS 0x00000001 /* Dev Loss processing in progress */ macro
Dlpfc_hbadisc.c185 ndlp->nlp_add_flag |= NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
227 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
262 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
278 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
288 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
299 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
328 ndlp->nlp_add_flag &= ~NLP_IN_DEV_LOSS; in lpfc_dev_loss_tmo_handler()
Dlpfc_els.c6709 if (ndlp->nlp_add_flag & NLP_IN_DEV_LOSS) in lpfc_els_unsol_buffer()