Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c118 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk() local
164 evtp = &ndlp->dev_loss_evt; in lpfc_dev_loss_tmo_callbk()
166 if (!list_empty(&evtp->evt_listp)) { in lpfc_dev_loss_tmo_callbk()
181 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_dev_loss_tmo_callbk()
184 if (evtp->evt_arg1) { in lpfc_dev_loss_tmo_callbk()
185 evtp->evt = LPFC_EVT_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
186 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_dev_loss_tmo_callbk()
451 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt() argument
459 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
519 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done() local
[all …]
H A Dlpfc_els.c3577 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo() local
3589 evtp = &nlp->els_retry_evt; in lpfc_cancel_retry_delay_tmo()
3590 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1); in lpfc_cancel_retry_delay_tmo()
3637 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay() local
3640 if (!list_empty(&evtp->evt_listp)) { in lpfc_els_retry_delay()
3648 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_els_retry_delay()
3649 if (evtp->evt_arg1) { in lpfc_els_retry_delay()
3650 evtp->evt = LPFC_EVT_ELS_RETRY; in lpfc_els_retry_delay()
3651 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_els_retry_delay()
H A Dlpfc_sli.c10380 struct lpfc_work_evt *evtp = &ndlp->recovery_evt; in lpfc_sli_post_recovery_event() local
10383 if (!list_empty(&evtp->evt_listp)) { in lpfc_sli_post_recovery_event()
10389 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_sli_post_recovery_event()
10390 if (!evtp->evt_arg1) { in lpfc_sli_post_recovery_event()
10394 evtp->evt = LPFC_EVT_RECOVER_PORT; in lpfc_sli_post_recovery_event()
10395 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_sli_post_recovery_event()