Searched refs:lpfc_cq_event (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 34 struct lpfc_cq_event { struct 60 struct lpfc_cq_event cq_event; argument
|
D | lpfc_sli4.h | 838 struct lpfc_cq_event *__lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 839 struct lpfc_cq_event *lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 840 void __lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *); 841 void lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *);
|
D | lpfc_init.c | 874 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() 884 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events() 5287 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() 5298 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 9241 struct lpfc_cq_event *cq_event; in lpfc_sli4_cq_event_pool_create() 9245 cq_event = kmalloc(sizeof(struct lpfc_cq_event), GFP_KERNEL); in lpfc_sli4_cq_event_pool_create() 9271 struct lpfc_cq_event *cq_event, *next_cq_event; in lpfc_sli4_cq_event_pool_destroy() 9290 struct lpfc_cq_event * 9293 struct lpfc_cq_event *cq_event = NULL; in __lpfc_sli4_cq_event_alloc() 9296 struct lpfc_cq_event, list); in __lpfc_sli4_cq_event_alloc() [all …]
|
D | lpfc.h | 163 struct lpfc_cq_event cq_event;
|
D | lpfc_sli.c | 3798 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() 3808 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4() 12563 struct lpfc_cq_event *cq_event; in lpfc_sli4_fcp_xri_abort_event_proc() 12574 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_fcp_xri_abort_event_proc() 12592 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() 12603 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc() 12779 inline struct lpfc_cq_event * 12782 struct lpfc_cq_event *cq_event; in lpfc_cq_event_setup() 12810 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() 13074 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe()
|