Searched refs:shadow_cs_queue (Results 1 – 5 of 5) sorted by relevance
1888 hdev->shadow_cs_queue = kcalloc(hdev->asic_prop.max_pending_cs, in hl_device_init()1890 if (!hdev->shadow_cs_queue) { in hl_device_init()2057 kfree(hdev->shadow_cs_queue); in hl_device_init()2207 kfree(hdev->shadow_cs_queue); in hl_device_fini()
103 cs = hdev->shadow_cs_queue[cs_seq & (prop->max_pending_cs - 1)]; in cs_finish()
707 hdev->shadow_cs_queue[cs->sequence & in hl_hw_queue_schedule_cs()
3233 struct hl_cs **shadow_cs_queue; member
759 hdev->shadow_cs_queue[cs->sequence & (hdev->asic_prop.max_pending_cs - 1)] = NULL; in cs_do_release()