Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/compress/qat/
H A Dqat_comp.c112 struct qat_comp_stream *stream; in qat_comp_build_request() local
561 struct qat_comp_stream *stream; in qat_comp_process_response() local
820 const struct qat_comp_stream *stream, in qat_comp_create_templates()
1055 qat_comp_stream_reset(struct qat_comp_stream *stream) in qat_comp_stream_reset()
1083 void **stream) in qat_comp_stream_create()
1137 qat_comp_stream_free(struct rte_compressdev *dev, void *stream) in qat_comp_stream_free()
H A Dqat_comp_pmd.c367 struct qat_comp_stream *stream = obj; in qat_comp_stream_init() local
417 struct qat_comp_stream *stream = obj; in qat_comp_stream_destroy() local
/dpdk/drivers/compress/zlib/
H A Dzlib_pmd.c198 struct zlib_stream *stream; in process_zlib_op() local
221 struct zlib_stream *stream) in zlib_set_stream_parameters()
H A Dzlib_pmd_ops.c223 struct zlib_stream *stream; in zlib_pmd_stream_create() local
265 struct zlib_stream *stream = (struct zlib_stream *)zstream; in zlib_pmd_stream_free() local
H A Dzlib_pmd_private.h61 struct zlib_stream stream; member
/dpdk/app/test-flow-perf/
H A Dmain.c98 struct stream { struct
108 struct stream streams[MAX_STREAMS]; argument
/dpdk/drivers/compress/octeontx/
H A Dotx_zip_pmd.c438 const struct rte_comp_xform *xform, void **stream) in zip_pmd_stream_create()
460 zip_pmd_stream_free(struct rte_compressdev *dev, void *stream) in zip_pmd_stream_free()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_private.h32 struct isal_zstream *stream; member
/dpdk/lib/compressdev/
H A Drte_compressdev.c707 void **stream) in rte_compressdev_stream_create()
731 rte_compressdev_stream_free(uint8_t dev_id, void *stream) in rte_compressdev_stream_free()
H A Drte_comp.h294 void *stream; member
/dpdk/usertools/
H A Ddpdk-pmdinfo.py549 def main(stream=None): argument
/dpdk/app/test/
H A Dtest_compressdev.c162 void **stream; member
426 z_stream stream; in compress_zlib() local
579 z_stream stream; in decompress_zlib() local
1549 void **stream = test_priv_data->stream; in test_deflate_decomp_run() local
1992 void *stream = NULL; in test_deflate_comp_decomp() local
/dpdk/drivers/net/qede/base/
H A Decore.h683 struct z_stream_s *stream; member