Searched refs:max_pending_cs (Results 1 – 6 of 6) sorted by relevance
26 for (i = 0 ; i < hdev->asic_prop.max_pending_cs ; i++) in hl_ctx_fini()142 ctx->cs_pending = kcalloc(hdev->asic_prop.max_pending_cs, in hl_ctx_init()222 if (seq + asic_prop->max_pending_cs < ctx->cs_sequence) { in hl_ctx_get_fence()227 fence = ctx->cs_pending[seq & (asic_prop->max_pending_cs - 1)]; in hl_ctx_get_fence()
433 (hdev->asic_prop.max_pending_cs - 1)]; in allocate_cs()456 (hdev->asic_prop.max_pending_cs - 1)] = in allocate_cs()
369 offset = job->cs->sequence & (hdev->asic_prop.max_pending_cs - 1); in hw_queue_schedule_job()
367 u32 max_pending_cs; member
457 prop->max_pending_cs = GOYA_MAX_PENDING_CS; in goya_get_fixed_properties()
472 prop->max_pending_cs = GAUDI_MAX_PENDING_CS; in gaudi_get_fixed_properties()