Searched refs:build_deflate_ctx (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_compression.h23 void (*build_deflate_ctx)(void *ctx); member in struct:qat_compression_instance
H A Dadf_gen2_dc.c68 dc_ops->build_deflate_ctx = qat_comp_build_deflate_ctx;
H A Dadf_gen4_dc.c81 dc_ops->build_deflate_ctx = qat_comp_build_deflate;
H A Dqat_compression.c147 inst->build_deflate_ctx = GET_DC_OPS(accel_dev)->build_deflate_ctx;
H A Dqat_comp_algs.c210 ctx->inst->build_deflate_ctx(ctx->comp_ctx);
H A Dadf_accel_devices.h197 void (*build_deflate_ctx)(void *ctx); member in struct:adf_dc_ops

Completed in 191 milliseconds