Searched refs:nlp (Results 1 – 2 of 2) sorted by relevance
3349 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument3354 if (!(nlp->nlp_flag & NLP_DELAY_TMO)) in lpfc_cancel_retry_delay_tmo()3357 nlp->nlp_flag &= ~NLP_DELAY_TMO; in lpfc_cancel_retry_delay_tmo()3359 del_timer_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()3360 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()3361 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()3362 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()3364 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()3367 if (nlp->nlp_flag & NLP_NPR_2B_DISC) { in lpfc_cancel_retry_delay_tmo()3369 nlp->nlp_flag &= ~NLP_NPR_2B_DISC; in lpfc_cancel_retry_delay_tmo()
372 * Fixed potential discovery bug, nlp list corrutpion fix potential1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree