Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c156 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk() local
224 evtp = &ndlp->dev_loss_evt; in lpfc_dev_loss_tmo_callbk()
226 if (!list_empty(&evtp->evt_listp)) { in lpfc_dev_loss_tmo_callbk()
255 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_dev_loss_tmo_callbk()
258 if (evtp->evt_arg1) { in lpfc_dev_loss_tmo_callbk()
259 evtp->evt = LPFC_EVT_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
260 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_dev_loss_tmo_callbk()
751 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt() argument
759 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
819 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done() local
[all …]
H A Dlpfc_els.c4373 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo() local
4385 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
4386 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1); in lpfc_cancel_retry_delay_tmo()
4433 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay() local
4440 if (!list_empty(&evtp->evt_listp)) { in lpfc_els_retry_delay()
4446 evtp->evt_arg1 = ndlp; in lpfc_els_retry_delay()
4447 evtp->evt = LPFC_EVT_ELS_RETRY; in lpfc_els_retry_delay()
4448 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_els_retry_delay()
H A Dlpfc_sli.c11383 struct lpfc_work_evt *evtp = &ndlp->recovery_evt; in lpfc_sli_post_recovery_event() local
11390 if (!list_empty(&evtp->evt_listp)) { in lpfc_sli_post_recovery_event()
11396 evtp->evt_arg1 = ndlp; in lpfc_sli_post_recovery_event()
11397 evtp->evt = LPFC_EVT_RECOVER_PORT; in lpfc_sli_post_recovery_event()
11398 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_sli_post_recovery_event()