Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc_els.c4235 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()
4237 spin_lock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4238 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()
4239 spin_unlock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4240 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4241 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()
4245 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4249 spin_lock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
4250 nlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cancel_retry_delay_tmo()
4251 spin_unlock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()
[all …]
A Dlpfc.h353 struct lpfc_nodelist *nlp; member
/linux/Documentation/scsi/
A DChangeLog.lpfc372 * Fixed potential discovery bug, nlp list corrutpion fix potential
1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree

Completed in 43 milliseconds