Home
last modified time | relevance | path

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

/dpdk/lib/compressdev/
H A Dversion.map31 rte_compressdev_stream_free;
H A Drte_compressdev.h523 rte_compressdev_stream_free(uint8_t dev_id, void *stream);
H A Drte_compressdev.c731 rte_compressdev_stream_free(uint8_t dev_id, void *stream) in rte_compressdev_stream_free() function
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst465 enqueuing them for processing and free via ``rte_compressdev_stream_free()`` during
/dpdk/app/test/
H A Dtest_compressdev.c2146 rte_compressdev_stream_free(0, stream); in test_deflate_comp_decomp()