Searched refs:evt_arg1 (Results 1 - 3 of 3) 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_disc.h47 void *evt_arg1; member in struct:lpfc_work_evt
H A Dlpfc_hbadisc.c152 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
153 if (evtp->evt_arg1) {
420 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
429 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
439 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
441 *(int *) (evtp->evt_arg1) = 0;
447 *(int *)(evtp->evt_arg1) = 0;
453 *(int *)(evtp->evt_arg1) =
463 *(int *)(evtp->evt_arg1) =
470 *(int *)(evtp->evt_arg1)
[all...]
H A Dlpfc_els.c2534 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1);
2592 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
2593 if (evtp->evt_arg1) {

Completed in 160 milliseconds