Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_els.c4322 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument
4327 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()
4329 spin_lock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4330 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()
4331 spin_unlock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4332 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4333 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()
4334 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()
4335 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()
4337 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
[all …]
Dlpfc.h348 struct lpfc_nodelist *nlp; member
/linux-6.1.9/Documentation/scsi/
DChangeLog.lpfc372 * Fixed potential discovery bug, nlp list corrutpion fix potential
1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree