Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli.c20908 struct lpfc_nodelist *act_mbx_ndlp = NULL; in lpfc_cleanup_pending_mbox() local
20931 act_mbx_ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp; in lpfc_cleanup_pending_mbox()
20936 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()
20993 if (act_mbx_ndlp) { in lpfc_cleanup_pending_mbox()
20994 spin_lock(&act_mbx_ndlp->lock); in lpfc_cleanup_pending_mbox()
20995 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
20996 spin_unlock(&act_mbx_ndlp->lock); in lpfc_cleanup_pending_mbox()
20997 lpfc_nlp_put(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()