Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c162 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk() local
251 evtp = &ndlp->dev_loss_evt; in lpfc_dev_loss_tmo_callbk()
253 if (!list_empty(&evtp->evt_listp)) { in lpfc_dev_loss_tmo_callbk()
282 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_dev_loss_tmo_callbk()
285 if (evtp->evt_arg1) { in lpfc_dev_loss_tmo_callbk()
286 evtp->evt = LPFC_EVT_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
287 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_dev_loss_tmo_callbk()
765 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt() argument
773 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
833 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done() local
[all …]
H A Dlpfc_els.c4460 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo() local
4469 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4470 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1); in lpfc_cancel_retry_delay_tmo()
4514 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay() local
4521 if (!list_empty(&evtp->evt_listp)) { in lpfc_els_retry_delay()
4527 evtp->evt_arg1 = ndlp; in lpfc_els_retry_delay()
4528 evtp->evt = LPFC_EVT_ELS_RETRY; in lpfc_els_retry_delay()
4529 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_els_retry_delay()
H A Dlpfc_sli.c11455 struct lpfc_work_evt *evtp = &ndlp->recovery_evt; in lpfc_sli_post_recovery_event() local
11462 if (!list_empty(&evtp->evt_listp)) { in lpfc_sli_post_recovery_event()
11468 evtp->evt_arg1 = ndlp; in lpfc_sli_post_recovery_event()
11469 evtp->evt = LPFC_EVT_RECOVER_PORT; in lpfc_sli_post_recovery_event()
11470 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_sli_post_recovery_event()