Home
last modified time | relevance | path

Searched refs:NLP_DEFER_RM (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_disc.h173 #define NLP_DEFER_RM 0x00010000 /* Remove this ndlp if no longer used */ macro
Dlpfc_nportdisc.c1345 ndlp->nlp_flag |= NLP_DEFER_RM; in lpfc_cmpl_plogi_plogi_issue()
2604 ndlp->nlp_flag |= NLP_DEFER_RM; in lpfc_cmpl_plogi_npr_node()
Dlpfc_els.c4109 if (ndlp->nlp_flag & NLP_DEFER_RM) { in lpfc_els_free_iocb()
4119 ndlp->nlp_flag &= ~NLP_DEFER_RM; in lpfc_els_free_iocb()
Dlpfc_hbadisc.c5194 if ((ndlp->nlp_flag & NLP_DEFER_RM) && in lpfc_nlp_remove()