Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/
Dcontext.c25 for (i = 0 ; i < HL_MAX_PENDING_CS ; i++) in hl_ctx_fini()
187 if (seq + HL_MAX_PENDING_CS < ctx->cs_sequence) { in hl_ctx_get_fence()
196 ctx->cs_pending[seq & (HL_MAX_PENDING_CS - 1)]); in hl_ctx_get_fence()
Dcommand_submission.c317 other = ctx->cs_pending[fence->cs_seq & (HL_MAX_PENDING_CS - 1)]; in allocate_cs()
331 ctx->cs_pending[fence->cs_seq & (HL_MAX_PENDING_CS - 1)] = in allocate_cs()
Dhabanalabs.h46 #define HL_MAX_PENDING_CS 64 macro
651 struct dma_fence *cs_pending[HL_MAX_PENDING_CS];