Searched refs:nlp (Results 1 – 3 of 3) sorted by relevance
4235 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 …]
353 struct lpfc_nodelist *nlp; member
372 * Fixed potential discovery bug, nlp list corrutpion fix potential1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree
Completed in 43 milliseconds