Searched refs:hl_eq_entry (Results 1 – 5 of 5) sorted by relevance
22 struct hl_eq_entry eq_entry;155 struct hl_eq_entry *eq_entry; in hl_irq_handler_eq()156 struct hl_eq_entry *eq_base; in hl_irq_handler_eq()159 eq_base = (struct hl_eq_entry *) (uintptr_t) eq->kernel_address; in hl_irq_handler_eq()
558 struct hl_eq_entry *eq_entry);
22 struct hl_eq_entry { struct27 #define HL_EQ_ENTRY_SIZE sizeof(struct hl_eq_entry) argument
220 void goya_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry);
4464 void goya_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry) in goya_handle_eqe()