Home
last modified time | relevance | path

Searched refs:evtp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
443 * @evtp: Event data structure.
451 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt()
459 fast_evt_data = container_of(evtp, struc in lpfc_send_fastpath_evt()
450 lpfc_send_fastpath_evt(struct lpfc_hba *phba, struct lpfc_work_evt *evtp) lpfc_send_fastpath_evt() argument
519 struct lpfc_work_evt *evtp = NULL; lpfc_work_list_done() local
797 struct lpfc_work_evt *evtp; lpfc_workq_post_event() 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()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c156 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk() local
223 evtp = &ndlp->dev_loss_evt; in lpfc_dev_loss_tmo_callbk()
225 if (!list_empty(&evtp->evt_listp)) { in lpfc_dev_loss_tmo_callbk()
254 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_dev_loss_tmo_callbk()
257 if (evtp->evt_arg1) { in lpfc_dev_loss_tmo_callbk()
258 evtp->evt = LPFC_EVT_DEV_LOSS; in lpfc_dev_loss_tmo_callbk()
259 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_dev_loss_tmo_callbk()
743 * @evtp: Event data structure.
751 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt()
759 fast_evt_data = container_of(evtp, struc in lpfc_send_fastpath_evt()
750 lpfc_send_fastpath_evt(struct lpfc_hba *phba, struct lpfc_work_evt *evtp) lpfc_send_fastpath_evt() argument
819 struct lpfc_work_evt *evtp = NULL; lpfc_work_list_done() local
1125 struct lpfc_work_evt *evtp; lpfc_workq_post_event() 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
4436 if (!list_empty(&evtp->evt_listp)) { in lpfc_els_retry_delay()
4444 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_els_retry_delay()
4445 if (evtp->evt_arg1) { in lpfc_els_retry_delay()
4446 evtp->evt = LPFC_EVT_ELS_RETRY; in lpfc_els_retry_delay()
4447 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_els_retry_delay()
H A Dlpfc_sli.c11370 struct lpfc_work_evt *evtp = &ndlp->recovery_evt; in lpfc_sli_post_recovery_event() local
11373 if (!list_empty(&evtp->evt_listp)) { in lpfc_sli_post_recovery_event()
11379 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_sli_post_recovery_event()
11380 if (!evtp->evt_arg1) { in lpfc_sli_post_recovery_event()
11384 evtp->evt = LPFC_EVT_RECOVER_PORT; in lpfc_sli_post_recovery_event()
11385 list_add_tail(&evtp->evt_listp, &phba->work_list); in lpfc_sli_post_recovery_event()

Completed in 73 milliseconds