Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_els.c4330 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument
4334 if (!test_and_clear_bit(NLP_DELAY_TMO, &nlp->nlp_flag)) in lpfc_cancel_retry_delay_tmo()
4336 timer_delete_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4337 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()
4338 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()
4339 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()
4341 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4344 if (test_and_clear_bit(NLP_NPR_2B_DISC, &nlp->nlp_flag)) { in lpfc_cancel_retry_delay_tmo()
12275 vmid_context->nlp = ndlp; in lpfc_vmid_uvem()
H A Dlpfc.h355 struct lpfc_nodelist *nlp; member
/linux-6.15/Documentation/scsi/
H A DChangeLog.lpfc372 * Fixed potential discovery bug, nlp list corrutpion fix potential
1824 * Removed memory pool for nlp/bind buffers and use kmalloc/kfree