Searched refs:lpfc_cq_event (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 50 struct lpfc_cq_event { struct 77 struct lpfc_cq_event cq_event; argument
|
D | lpfc_sli4.h | 1107 struct lpfc_cq_event *__lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 1108 struct lpfc_cq_event *lpfc_sli4_cq_event_alloc(struct lpfc_hba *); 1109 void __lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *); 1110 void lpfc_sli4_cq_event_release(struct lpfc_hba *, struct lpfc_cq_event *);
|
D | lpfc_init.c | 925 struct lpfc_cq_event *cq_event; in lpfc_sli4_free_sp_events() 935 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_free_sp_events() 7310 struct lpfc_cq_event *cq_event; in lpfc_sli4_async_event_proc() 7322 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_async_event_proc() 11524 struct lpfc_cq_event *cq_event; in lpfc_sli4_cq_event_pool_create() 11528 cq_event = kmalloc(sizeof(struct lpfc_cq_event), GFP_KERNEL); in lpfc_sli4_cq_event_pool_create() 11554 struct lpfc_cq_event *cq_event, *next_cq_event; in lpfc_sli4_cq_event_pool_destroy() 11573 struct lpfc_cq_event * 11576 struct lpfc_cq_event *cq_event = NULL; in __lpfc_sli4_cq_event_alloc() 11579 struct lpfc_cq_event, list); in __lpfc_sli4_cq_event_alloc() [all …]
|
D | lpfc.h | 167 struct lpfc_cq_event cq_event;
|
D | lpfc_sli.c | 4516 struct lpfc_cq_event *cq_event; in lpfc_sli_handle_slow_ring_event_s4() 4527 cq_event, struct lpfc_cq_event, list); in lpfc_sli_handle_slow_ring_event_s4() 14132 struct lpfc_cq_event *cq_event; in lpfc_sli4_els_xri_abort_event_proc() 14145 cq_event, struct lpfc_cq_event, list); in lpfc_sli4_els_xri_abort_event_proc() 14216 inline struct lpfc_cq_event * 14219 struct lpfc_cq_event *cq_event; in lpfc_cq_event_setup() 14247 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_async_event() 14555 struct lpfc_cq_event *cq_event; in lpfc_sli4_sp_handle_abort_xri_wcqe()
|