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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c108 struct lpfc_work_evt *evtp; local
143 evtp = &ndlp->dev_loss_evt;
145 if (!list_empty(&evtp->evt_listp))
152 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
153 if (evtp->evt_arg1) {
154 evtp->evt = LPFC_EVT_DEV_LOSS;
155 list_add_tail(&evtp->evt_listp, &phba->work_list);
333 * @evtp: Event data structure.
341 struct lpfc_work_evt *evtp)
349 fast_evt_data = container_of(evtp, struc
340 lpfc_send_fastpath_evt(struct lpfc_hba *phba, struct lpfc_work_evt *evtp) argument
408 struct lpfc_work_evt *evtp = NULL; local
658 struct lpfc_work_evt *evtp; local
[all...]
H A Dlpfc_els.c2521 struct lpfc_work_evt *evtp; local
2533 evtp = &nlp->els_retry_evt;
2534 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1);
2581 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; local
2584 if (!list_empty(&evtp->evt_listp)) {
2592 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
2593 if (evtp->evt_arg1) {
2594 evtp->evt = LPFC_EVT_ELS_RETRY;
2595 list_add_tail(&evtp->evt_listp, &phba->work_list);

Completed in 180 milliseconds