| /dpdk/app/test/ |
| H A D | test_compressdev.c | 120 struct rte_comp_xform *def_comp_xform; 577 const struct rte_comp_xform *xform) in decompress_zlib() 1284 (const struct rte_comp_xform *) in test_deflate_comp_run() 2192 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_fixed() 2264 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_dynamic() 2376 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_level() 2446 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform() 2460 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_multi_xform() 2618 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum() 2629 sizeof(struct rte_comp_xform)); in test_compressdev_deflate_stateless_checksum() [all …]
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev_pmd.h | 193 const struct rte_comp_xform *xform, void **stream); 230 const struct rte_comp_xform *xform, void **private_xform);
|
| H A D | rte_compressdev.h | 502 const struct rte_comp_xform *xform, 551 const struct rte_comp_xform *xform,
|
| H A D | rte_comp.h | 266 struct rte_comp_xform { struct
|
| H A D | rte_compressdev.c | 658 const struct rte_comp_xform *xform, in rte_compressdev_private_xform_create() 706 const struct rte_comp_xform *xform, in rte_compressdev_stream_create()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.h | 124 const struct rte_comp_xform *xform, 138 const struct rte_comp_xform *xform,
|
| H A D | qat_comp_pmd.h | 34 const struct rte_comp_xform *xform,
|
| H A D | qat_comp.c | 819 const struct rte_comp_xform *xform, in qat_comp_create_templates() 955 const struct rte_comp_xform *xform, in qat_comp_private_xform_create() 1082 const struct rte_comp_xform *xform, in qat_comp_stream_create()
|
| /dpdk/drivers/compress/qat/dev/ |
| H A D | qat_comp_pmd_gens.h | 22 const struct rte_comp_xform *xform,
|
| H A D | qat_comp_pmd_gen1.c | 101 const struct rte_comp_xform *xform, in qat_comp_set_slice_cfg_word_gen1()
|
| H A D | qat_comp_pmd_gen4.c | 78 const struct rte_comp_xform *xform, in qat_comp_set_slice_cfg_word_gen4()
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd_private.h | 52 const struct rte_comp_xform *xform);
|
| H A D | isal_compress_pmd_ops.c | 316 const struct rte_comp_xform *xform, void **priv_xform) in isal_comp_pmd_priv_xform_create()
|
| H A D | isal_compress_pmd.c | 32 const struct rte_comp_xform *xform) in isal_comp_set_priv_xform_parameters()
|
| /dpdk/app/test-compress-perf/ |
| H A D | comp_perf_test_throughput.c | 57 struct rte_comp_xform xform; in main_loop() 82 xform = (struct rte_comp_xform) { in main_loop() 97 xform = (struct rte_comp_xform) { in main_loop()
|
| H A D | comp_perf_test_verify.c | 59 struct rte_comp_xform xform; in main_loop() 85 xform = (struct rte_comp_xform) { in main_loop() 102 xform = (struct rte_comp_xform) { in main_loop()
|
| H A D | comp_perf_test_cyclecount.c | 159 struct rte_comp_xform xform; in main_loop() 191 xform = (struct rte_comp_xform) { in main_loop() 206 xform = (struct rte_comp_xform) { in main_loop()
|
| /dpdk/drivers/compress/zlib/ |
| H A D | zlib_pmd_ops.c | 219 const struct rte_comp_xform *xform, in zlib_pmd_stream_create() 254 const struct rte_comp_xform *xform, in zlib_pmd_private_xform_create()
|
| H A D | zlib_pmd_private.h | 65 zlib_set_stream_parameters(const struct rte_comp_xform *xform,
|
| H A D | zlib_pmd.c | 220 zlib_set_stream_parameters(const struct rte_comp_xform *xform, in zlib_set_stream_parameters()
|
| /dpdk/drivers/compress/octeontx/ |
| H A D | otx_zip_pmd.c | 115 const struct rte_comp_xform *xform, in zip_set_stream_parameters() 438 const struct rte_comp_xform *xform, void **stream) in zip_pmd_stream_create()
|
| /dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 36 structure, rte_comp_xform, must be filled with either of the CompressDev
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 263 Compression transforms (``rte_comp_xform``) are the mechanism 349 struct rte_comp_xform compress_xform = { 492 struct rte_comp_xform compress_xform = {
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 283 const struct rte_comp_xform *xform, in mlx5_compress_xform_create()
|