Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_disc.h168 #define NLP_DEFER_RM 0x00010000 /* Remove this ndlp if no longer used */ macro
Dlpfc_nportdisc.c1306 ndlp->nlp_flag |= NLP_DEFER_RM; in lpfc_cmpl_plogi_plogi_issue()
2540 ndlp->nlp_flag |= NLP_DEFER_RM; in lpfc_cmpl_plogi_npr_node()
Dlpfc_els.c3764 if (ndlp->nlp_flag & NLP_DEFER_RM) { in lpfc_els_free_iocb()
3774 ndlp->nlp_flag &= ~NLP_DEFER_RM; in lpfc_els_free_iocb()
Dlpfc_hbadisc.c4987 if ((ndlp->nlp_flag & NLP_DEFER_RM) && in lpfc_nlp_remove()