Searched refs:shadow_cs_queue (Results 1 – 5 of 5) sorted by relevance
2266 hdev->shadow_cs_queue = kcalloc(hdev->asic_prop.max_pending_cs, in hl_device_init()2268 if (!hdev->shadow_cs_queue) { in hl_device_init()2454 kfree(hdev->shadow_cs_queue); in hl_device_init()2614 kfree(hdev->shadow_cs_queue); in hl_device_fini()
106 cs = hdev->shadow_cs_queue[cs_seq & (prop->max_pending_cs - 1)]; in cs_finish()
718 hdev->shadow_cs_queue[cs->sequence & in hl_hw_queue_schedule_cs()
3434 struct hl_cs **shadow_cs_queue; member
777 hdev->shadow_cs_queue[cs->sequence & (hdev->asic_prop.max_pending_cs - 1)] = NULL; in cs_do_release()