Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h48 struct lpfc_work_evt { struct
63 struct lpfc_work_evt work_evt; argument
146 struct lpfc_work_evt els_retry_evt;
147 struct lpfc_work_evt dev_loss_evt;
148 struct lpfc_work_evt recovery_evt;
H A Dlpfc_hbadisc.c162 struct lpfc_work_evt *evtp; in lpfc_dev_loss_tmo_callbk()
755 struct lpfc_work_evt *evtp) in lpfc_send_fastpath_evt()
823 struct lpfc_work_evt *evtp = NULL; in lpfc_work_list_done()
1126 struct lpfc_work_evt *evtp; in lpfc_workq_post_event()
1133 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); in lpfc_workq_post_event()
H A Dlpfc.h672 struct lpfc_work_evt disc_timeout_evt;
H A Dlpfc_els.c4332 struct lpfc_work_evt *evtp; in lpfc_cancel_retry_delay_tmo()
4385 struct lpfc_work_evt *evtp = &ndlp->els_retry_evt; in lpfc_els_retry_delay()
/linux/Documentation/scsi/
H A DChangeLog.lpfc269 lpfc_work_evt to comply with linux_scsi review coding style.