Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_els.c4370 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument
4375 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()
4377 spin_lock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4378 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()
4379 spin_unlock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4380 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4381 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()
4382 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()
4383 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()
4385 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
[all …]
Dlpfc.h348 struct lpfc_nodelist *nlp; member
/linux-6.6.21/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