Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_compressdev_pmd.h230 const struct rte_comp_xform *xform, void **private_xform);
246 void *private_xform);
H A Drte_compressdev.h553 void **private_xform);
573 rte_compressdev_private_xform_free(uint8_t dev_id, void *private_xform);
H A Drte_comp.h290 void *private_xform; member
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.h123 void **private_xform);
126 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()
573 qat_xform = rx_op->private_xform; in qat_comp_process_response()
990 void **private_xform) in qat_comp_private_xform_create() argument
994 if (unlikely(private_xform == NULL)) { in qat_comp_private_xform_create()
1002 if (rte_mempool_get(qat->xformpool, private_xform)) { in qat_comp_private_xform_create()
1008 (struct qat_comp_xform *)*private_xform; in qat_comp_private_xform_create()
1062 void *private_xform) in qat_comp_private_xform_free() argument
1065 (struct qat_comp_xform *)private_xform; in qat_comp_private_xform_free()
/f-stack/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_cyclecount.c123 ops[op_id]->private_xform = priv_xform; in cperf_cyclecount_op_setup()
310 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()
/f-stack/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c497 zstrm = (struct zip_stream *)op->private_xform; in zip_pmd_enqueue_burst_sync()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c644 retval = process_op(qp, ops[i], ops[i]->private_xform); in isal_comp_pmd_enqueue_burst()
/f-stack/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()
1651 ops[i]->private_xform = in test_deflate_decomp_run()
1679 ops[i]->private_xform = in test_deflate_decomp_run()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst384 op->private_xform = priv_xform;