Home
last modified time | relevance | path

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

/dpdk/lib/compressdev/
H A Dversion.map22 rte_compressdev_private_xform_free;
H A Drte_compressdev.h572 rte_compressdev_private_xform_free(uint8_t dev_id, void *private_xform);
H A Drte_compressdev.c682 rte_compressdev_private_xform_free(uint8_t dev_id, void *priv_xform) in rte_compressdev_private_xform_free() function
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c314 rte_compressdev_private_xform_free(dev_id, priv_xform); in main_loop()
H A Dcomp_perf_test_verify.c372 rte_compressdev_private_xform_free(dev_id, priv_xform); in main_loop()
H A Dcomp_perf_test_cyclecount.c452 rte_compressdev_private_xform_free(dev_id, priv_xform); in main_loop()
/dpdk/app/test/
H A Dtest_compressdev.c1374 rte_compressdev_private_xform_free(0, priv_xforms[i]); in test_deflate_comp_run()
2152 rte_compressdev_private_xform_free(0, priv_xforms[i]); in test_deflate_comp_decomp()
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst324 enqueuing them for processing and free via ``rte_compressdev_private_xform_free()`` during terminat…