Searched refs:lpfc_cq_event (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 32 struct lpfc_cq_event { struct 57 struct lpfc_cq_event cq_event; argument
|
D | lpfc_sli4.h | 698 struct lpfc_cq_event *__lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 699 struct lpfc_cq_event *lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 700 void __lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *); 701 void lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *);
|
D | lpfc_init.c | 840 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() 850 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events() 4602 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() 4613 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 7860 struct lpfc_cq_event *cq_event; in lpfc_sli4_cq_event_pool_create() 7864 cq_event = kmalloc(sizeof(struct lpfc_cq_event), GFP_KERNEL); in lpfc_sli4_cq_event_pool_create() 7890 struct lpfc_cq_event *cq_event, *next_cq_event; in lpfc_sli4_cq_event_pool_destroy() 7909 struct lpfc_cq_event * 7912 struct lpfc_cq_event *cq_event = NULL; in __lpfc_sli4_cq_event_alloc() 7915 struct lpfc_cq_event, list); in __lpfc_sli4_cq_event_alloc() [all …]
|
D | lpfc.h | 136 struct lpfc_cq_event cq_event;
|
D | lpfc_sli.c | 3482 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() 3492 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4() 11408 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() 11419 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc() 11437 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() 11448 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc() 11629 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() 11891 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe()
|