Home
last modified time | relevance | path

Searched refs:cs_sequence (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/misc/habanalabs/common/
A Dcontext.c192 ctx->cs_sequence = 1; in hl_ctx_init()
293 if (seq >= ctx->cs_sequence) in hl_ctx_get_fence_locked()
296 if (seq + asic_prop->max_pending_cs < ctx->cs_sequence) in hl_ctx_get_fence_locked()
A Dcommand_submission.c143 fence->cs_sequence = sequence; in hl_fence_init()
229 parser.cs_sequence = job->cs->sequence; in cs_parser()
848 cs_cmpl->cs_seq = ctx->cs_sequence; in allocate_cs()
860 if (other->cs_sequence == user_sequence) in allocate_cs()
881 ctx->cs_sequence++; in allocate_cs()
2292 seq, ctx->cs_sequence); in hl_wait_for_fence()
2299 seq, ctx->cs_sequence); in hl_wait_for_fence()
A Dhabanalabs.h625 u64 cs_sequence; member
1444 u64 cs_sequence; member
1646 u64 cs_sequence; member

Completed in 16 milliseconds