Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/common/
H A Dcontext.c208 ctx->cs_sequence = 1; in hl_ctx_init()
349 if (seq >= ctx->cs_sequence) in hl_ctx_get_fence_locked()
352 if (seq + asic_prop->max_pending_cs < ctx->cs_sequence) in hl_ctx_get_fence_locked()
H A Dcommand_submission.c243 fence->cs_sequence = sequence; in hl_fence_init()
323 parser.cs_sequence = job->cs->sequence; in cs_parser()
970 cs_cmpl->cs_seq = ctx->cs_sequence; in allocate_cs()
982 if (other->cs_sequence == user_sequence) in allocate_cs()
1003 ctx->cs_sequence++; in allocate_cs()
2671 seq, ctx->cs_sequence); in hl_wait_for_fence()
2679 seq, ctx->cs_sequence); in hl_wait_for_fence()
H A Dhabanalabs.h831 * @cs_sequence: sequence of the corresponding command submission
843 u64 cs_sequence; member
1912 * @cs_sequence: sequence number for CS. Value is assigned to a CS and passed
1917 * @cs_lock: spinlock to protect cs_sequence.
1948 u64 cs_sequence; member
2138 * @cs_sequence: the sequence number of the related CS.
2160 u64 cs_sequence; member