Searched refs:nlp (Results 1 – 3 of 3) sorted by relevance
4224 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument4229 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()4231 spin_lock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()4232 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()4233 spin_unlock_irq(&nlp->lock); in lpfc_cancel_retry_delay_tmo()4234 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()4235 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()4236 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()4237 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()4239 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()[all …]
352 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