Home
last modified time | relevance | path

Searched refs:NLP_NVMET_RECOV (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_disc.h182 #define NLP_NVMET_RECOV 0x00001000 /* NVMET auditing node for recovery. */ macro
Dlpfc_ct.c860 ndlp->nlp_flag &= ~NLP_NVMET_RECOV; in lpfc_ns_rsp_audit_did()
862 ndlp->nlp_flag |= NLP_NVMET_RECOV; in lpfc_ns_rsp_audit_did()
920 if (!(ndlp->nlp_flag & NLP_NVMET_RECOV)) in lpfc_ns_rsp()
925 ndlp->nlp_flag &= ~NLP_NVMET_RECOV; in lpfc_ns_rsp()