Home
last modified time | relevance | path

Searched refs:lpfc_fast_path_event (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_disc.h59 struct lpfc_fast_path_event { struct
Dlpfc_crtn.h407 struct lpfc_fast_path_event *lpfc_alloc_fast_evt(struct lpfc_hba *);
408 void lpfc_free_fast_evt(struct lpfc_hba *, struct lpfc_fast_path_event *);
Dlpfc_hbadisc.c376 struct lpfc_fast_path_event *
378 struct lpfc_fast_path_event *ret; in lpfc_alloc_fast_evt()
384 ret = kzalloc(sizeof(struct lpfc_fast_path_event), in lpfc_alloc_fast_evt()
404 struct lpfc_fast_path_event *evt) { in lpfc_free_fast_evt()
424 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt()
429 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
Dlpfc_scsi.c232 struct lpfc_fast_path_event *fast_path_evt; in lpfc_send_sdev_queuedepth_change_event()
3246 struct lpfc_fast_path_event *fast_path_evt = NULL; in lpfc_send_scsi_error_event()
3542 struct lpfc_fast_path_event *fast_path_evt; in lpfc_scsi_cmd_iocb_cmpl()