Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_disc.h45 struct lpfc_work_evt { struct
60 struct lpfc_work_evt work_evt; argument
113 struct lpfc_work_evt els_retry_evt;
114 struct lpfc_work_evt dev_loss_evt;
Dlpfc.h361 struct lpfc_work_evt disc_timeout_evt;
Dlpfc_hbadisc.c110 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk()
421 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt()
488 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done()
749 struct lpfc_work_evt *evtp; in lpfc_workq_post_event()
756 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); in lpfc_workq_post_event()
Dlpfc_els.c2749 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo()
2809 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay()
/linux-3.4.99/Documentation/scsi/
DChangeLog.lpfc269 lpfc_work_evt to comply with linux_scsi review coding style.