Home
last modified time | relevance | path

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

/dpdk/drivers/compress/zlib/
H A Dzlib_pmd_ops.c255 void **private_xform) in zlib_pmd_private_xform_create() argument
257 return zlib_pmd_stream_create(dev, xform, private_xform); in zlib_pmd_private_xform_create()
281 void *private_xform) in zlib_pmd_private_xform_free() argument
283 return zlib_pmd_stream_free(dev, private_xform); in zlib_pmd_private_xform_free()
H A Dzlib_pmd.c199 struct zlib_priv_xform *private_xform; in process_zlib_op() local
208 private_xform = (struct zlib_priv_xform *)op->private_xform; in process_zlib_op()
209 stream = &private_xform->stream; in process_zlib_op()
/dpdk/lib/compressdev/
H A Drte_compressdev_pmd.h230 const struct rte_comp_xform *xform, void **private_xform);
246 void *private_xform);
H A Drte_compressdev.h552 void **private_xform);
572 rte_compressdev_private_xform_free(uint8_t dev_id, void *private_xform);
H A Drte_comp.h289 void *private_xform; member
/dpdk/drivers/compress/qat/
H A Dqat_comp.h125 void **private_xform);
128 qat_comp_private_xform_free(struct rte_compressdev *dev, void *private_xform);
H A Dqat_comp.c135 qat_xform = op->private_xform; in qat_comp_build_request()
574 qat_xform = rx_op->private_xform; in qat_comp_process_response()
956 void **private_xform) in qat_comp_private_xform_create() argument
962 if (unlikely(private_xform == NULL)) { in qat_comp_private_xform_create()
970 if (rte_mempool_get(qat->xformpool, private_xform)) { in qat_comp_private_xform_create()
976 (struct qat_comp_xform *)*private_xform; in qat_comp_private_xform_create()
1033 void *private_xform) in qat_comp_private_xform_free() argument
1036 (struct qat_comp_xform *)private_xform; in qat_comp_private_xform_free()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c284 void **private_xform) in mlx5_compress_xform_create() argument
389 *private_xform = xfrm; in mlx5_compress_xform_create()
493 xform = op->private_xform; in mlx5_compress_enqueue_burst()
625 xform = op->private_xform; in mlx5_compress_dequeue_burst()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c122 ops[op_id]->private_xform = priv_xform; in cperf_cyclecount_op_setup()
309 ops[op_id]->private_xform = priv_xform; in main_loop()
H A Dcomp_perf_test_throughput.c185 ops[op_id]->private_xform = priv_xform; in main_loop()
H A Dcomp_perf_test_verify.c190 ops[op_id]->private_xform = priv_xform; in main_loop()
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c500 zstrm = (struct zip_stream *)op->private_xform; in zip_pmd_enqueue_burst_sync()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c648 retval = process_op(qp, ops[i], ops[i]->private_xform); in isal_comp_pmd_enqueue_burst()
/dpdk/app/test/
H A Dtest_compressdev.c1300 ops[i]->private_xform = in test_deflate_comp_run()
1319 ops[i]->private_xform = priv_xforms[i]; in test_deflate_comp_run()
1650 ops[i]->private_xform = in test_deflate_decomp_run()
1678 ops[i]->private_xform = in test_deflate_decomp_run()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst384 op->private_xform = priv_xform;