Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_disc.h190 #define NLP_NVMET_RECOV 0x00001000 /* NVMET auditing node for recovery. */ macro
Dlpfc_ct.c837 ndlp->nlp_flag &= ~NLP_NVMET_RECOV; in lpfc_ns_rsp_audit_did()
839 ndlp->nlp_flag |= NLP_NVMET_RECOV; in lpfc_ns_rsp_audit_did()
897 if (!(ndlp->nlp_flag & NLP_NVMET_RECOV)) in lpfc_ns_rsp()
902 ndlp->nlp_flag &= ~NLP_NVMET_RECOV; in lpfc_ns_rsp()