Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_comp_algs.c44 size_t cctx_size; in qat_zstd_alloc_scratch() local
67 cctx_size = zstd_cctx_workspace_bound(&params.cParams); in qat_zstd_alloc_scratch()
69 scratch->workspace = kvmalloc(cctx_size, GFP_KERNEL | __GFP_ZERO); in qat_zstd_alloc_scratch()
74 ctx = zstd_init_cctx(scratch->workspace, cctx_size); in qat_zstd_alloc_scratch()
79 scratch->cctx_buffer_size = cctx_size; in qat_zstd_alloc_scratch()