Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c4404 lpfc_cancel_retry_delay_tmo(struct lpfc_vport *vport, struct lpfc_nodelist *nlp) in lpfc_cancel_retry_delay_tmo() argument
4408 if (!test_and_clear_bit(NLP_DELAY_TMO, &nlp->nlp_flag)) in lpfc_cancel_retry_delay_tmo()
4410 timer_delete_sync(&nlp->nlp_delayfunc); in lpfc_cancel_retry_delay_tmo()
4411 nlp->nlp_last_elscmd = 0; in lpfc_cancel_retry_delay_tmo()
4412 if (!list_empty(&nlp->els_retry_evt.evt_listp)) { in lpfc_cancel_retry_delay_tmo()
4413 list_del_init(&nlp->els_retry_evt.evt_listp); in lpfc_cancel_retry_delay_tmo()
4415 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4418 if (test_and_clear_bit(NLP_NPR_2B_DISC, &nlp->nlp_flag)) { in lpfc_cancel_retry_delay_tmo()
12396 vmid_context->nlp = ndlp; in lpfc_vmid_uvem()
H A Dlpfc.h354 struct lpfc_nodelist *nlp; member
/linux/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