Searched refs:eq_entry (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/accel/habanalabs/common/ |
| H A D | irq.c | 23 struct hl_eq_entry eq_entry; member 64 hdev->asic_funcs->handle_eqe(hdev, &eqe_work->eq_entry); in irq_handle_eqe() 502 struct hl_eq_entry *eq_entry; in hl_irq_handler_eq() local 531 eq_entry = &eq_base[eq->ci]; in hl_irq_handler_eq() 540 ctl = le32_to_cpu(eq_entry->hdr.ctl); in hl_irq_handler_eq() 552 memcpy(&handle_eqe_work->eq_entry, eq_entry, in hl_irq_handler_eq() 553 sizeof(*eq_entry)); in hl_irq_handler_eq() 559 eq_entry->hdr.ctl = in hl_irq_handler_eq() 560 cpu_to_le32(le32_to_cpu(eq_entry->hdr.ctl) & in hl_irq_handler_eq()
|
| /linux/drivers/accel/habanalabs/goya/ |
| H A D | goyaP.h | 229 void goya_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry);
|
| H A D | goya.c | 4620 void goya_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry) in goya_handle_eqe() argument 4622 u32 ctl = le32_to_cpu(eq_entry->hdr.ctl); in goya_handle_eqe() 4726 goya_print_out_of_sync_info(hdev, &eq_entry->pkt_sync_err); in goya_handle_eqe()
|
| /linux/drivers/accel/habanalabs/gaudi2/ |
| H A D | gaudi2.c | 10143 static void gaudi2_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry) in gaudi2_handle_eqe() argument 10151 ctl = le32_to_cpu(eq_entry->hdr.ctl); in gaudi2_handle_eqe() 10169 reset_required = gaudi2_handle_ecc_event(hdev, event_type, &eq_entry->ecc_data); in gaudi2_handle_eqe() 10170 is_critical = eq_entry->ecc_data.is_critical; in gaudi2_handle_eqe() 10204 &eq_entry->razwi_with_intr_cause, &event_mask); in gaudi2_handle_eqe() 10212 &eq_entry->razwi_with_intr_cause, &event_mask); in gaudi2_handle_eqe() 10251 &eq_entry->razwi_with_intr_cause, &event_mask); in gaudi2_handle_eqe() 10308 le64_to_cpu(eq_entry->intr_cause.intr_cause_data)); in gaudi2_handle_eqe() 10314 le64_to_cpu(eq_entry->intr_cause.intr_cause_data)); in gaudi2_handle_eqe() 10320 le64_to_cpu(eq_entry->intr_cause.intr_cause_data)); in gaudi2_handle_eqe() [all …]
|
| /linux/drivers/accel/habanalabs/gaudi/ |
| H A D | gaudi.c | 7572 static void gaudi_handle_eqe(struct hl_device *hdev, struct hl_eq_entry *eq_entry) in gaudi_handle_eqe() argument 7576 u64 data = le64_to_cpu(eq_entry->data[0]), event_mask = 0; in gaudi_handle_eqe() 7577 u32 ctl = le32_to_cpu(eq_entry->hdr.ctl); in gaudi_handle_eqe() 7619 gaudi_handle_ecc_event(hdev, event_type, &eq_entry->ecc_data); in gaudi_handle_eqe() 7640 &eq_entry->hbm_ecc_data); in gaudi_handle_eqe() 7652 &eq_entry->hbm_ecc_data); in gaudi_handle_eqe() 7736 gaudi_handle_ecc_event(hdev, event_type, &eq_entry->ecc_data); in gaudi_handle_eqe() 7815 &eq_entry->sm_sei_data); in gaudi_handle_eqe() 7833 cause = le64_to_cpu(eq_entry->data[0]) & 0xFF; in gaudi_handle_eqe() 7847 gaudi_print_out_of_sync_info(hdev, &eq_entry->pkt_sync_err); in gaudi_handle_eqe() [all …]
|