Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.c21001 struct lpfc_nodelist *act_mbx_ndlp = NULL; in lpfc_cleanup_pending_mbox() local
21024 act_mbx_ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp; in lpfc_cleanup_pending_mbox()
21029 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()
21086 if (act_mbx_ndlp) { in lpfc_cleanup_pending_mbox()
21087 spin_lock(&act_mbx_ndlp->lock); in lpfc_cleanup_pending_mbox()
21088 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
21089 spin_unlock(&act_mbx_ndlp->lock); in lpfc_cleanup_pending_mbox()
21090 lpfc_nlp_put(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli.c19908 struct lpfc_nodelist *act_mbx_ndlp = NULL; in lpfc_cleanup_pending_mbox() local
19933 act_mbx_ndlp = (struct lpfc_nodelist *)mb->ctx_ndlp; in lpfc_cleanup_pending_mbox()
19935 act_mbx_ndlp = lpfc_nlp_get(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()
19997 if (act_mbx_ndlp) { in lpfc_cleanup_pending_mbox()
19999 act_mbx_ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; in lpfc_cleanup_pending_mbox()
20001 lpfc_nlp_put(act_mbx_ndlp); in lpfc_cleanup_pending_mbox()

Completed in 51 milliseconds