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()
766 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt() argument
774 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
834 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done() local
[all …]
H A Dlpfc_els.c4406 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo() local
4415 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4416 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1); in lpfc_cancel_retry_delay_tmo()
4460 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay() local
4467 if (!list_empty(&evtp->evt_listp)) { in lpfc_els_retry_delay()
4473 evtp->evt_arg1 = ndlp; in lpfc_els_retry_delay()
4474 evtp->evt = LPFC_EVT_ELS_RETRY; in lpfc_els_retry_delay()
4475 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_els_retry_delay()
H A Dlpfc_sli.c11459 struct lpfc_work_evt *evtp = &ndlp->recovery_evt; in lpfc_sli_post_recovery_event() local
11466 if (!list_empty(&evtp->evt_listp)) { in lpfc_sli_post_recovery_event()
11472 evtp->evt_arg1 = ndlp; in lpfc_sli_post_recovery_event()
11473 evtp->evt = LPFC_EVT_RECOVER_PORT; in lpfc_sli_post_recovery_event()
11474 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_sli_post_recovery_event()