Home
last modified time | relevance | path

Searched refs:evt_arg1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h50 void *evt_arg1; member
H A Dlpfc_hbadisc.c255 evtp->evt_arg1 = lpfc_nlp_get(ndlp); in lpfc_dev_loss_tmo_callbk()
258 if (evtp->evt_arg1) { in lpfc_dev_loss_tmo_callbk()
835 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1); in lpfc_work_list_done()
846 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); in lpfc_work_list_done()
860 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); in lpfc_work_list_done()
872 *(int *) (evtp->evt_arg1) = lpfc_online(phba); in lpfc_work_list_done()
874 *(int *) (evtp->evt_arg1) = 0; in lpfc_work_list_done()
880 *(int *)(evtp->evt_arg1) = 0; in lpfc_work_list_done()
886 *(int *)(evtp->evt_arg1) = in lpfc_work_list_done()
896 *(int *)(evtp->evt_arg1) = in lpfc_work_list_done()
[all …]
H A Dlpfc_els.c4386 lpfc_nlp_put((struct lpfc_nodelist *)evtp->evt_arg1); in lpfc_cancel_retry_delay_tmo()
4446 evtp->evt_arg1 = ndlp; in lpfc_els_retry_delay()
H A Dlpfc_sli.c11396 evtp->evt_arg1 = ndlp; in lpfc_sli_post_recovery_event()
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc94 one in evt_arg1.