Searched refs:max_pending_cs (Results 1 – 6 of 6) sorted by relevance
89 for (i = 0 ; i < hdev->asic_prop.max_pending_cs ; i++) in hl_ctx_fini()202 ctx->cs_pending = kcalloc(hdev->asic_prop.max_pending_cs, in hl_ctx_init()302 if (seq + asic_prop->max_pending_cs < ctx->cs_sequence) in hl_ctx_get_fence_locked()305 fence = ctx->cs_pending[seq & (asic_prop->max_pending_cs - 1)]; in hl_ctx_get_fence_locked()
381 offset = job->cs->sequence & (hdev->asic_prop.max_pending_cs - 1); in hw_queue_schedule_job()
839 (hdev->asic_prop.max_pending_cs - 1)]; in allocate_cs()868 (hdev->asic_prop.max_pending_cs - 1)] = in allocate_cs()
563 u32 max_pending_cs; member
460 prop->max_pending_cs = GOYA_MAX_PENDING_CS; in goya_set_fixed_properties()
643 prop->max_pending_cs = GAUDI_MAX_PENDING_CS; in gaudi_set_fixed_properties()