Searched refs:RTE_COMP_OP_STATELESS (Results 1 – 6 of 6) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_compressdev.c | 2205 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_fixed() 2277 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_dynamic() 2333 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_op() 2388 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_level() 2479 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_xform() 2529 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_sgl() 2641 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_checksum() 2760 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_out_of_space_buffer() 2839 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_dynamic_big() 2903 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateful_decomp() [all …]
|
| /dpdk/lib/compressdev/ |
| H A D | rte_comp.h | 197 RTE_COMP_OP_STATELESS, enumerator
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 293 - op_type set to RTE_COMP_OP_STATELESS 385 op->op_type = RTE_COMP_OP_STATELESS; 599 Every op with type set to RTE_COMP_OP_STATELESS must be attached to priv_xform and
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 642 if (unlikely(ops[i]->op_type != RTE_COMP_OP_STATELESS)) { in isal_comp_pmd_enqueue_burst()
|
| /dpdk/drivers/compress/mlx5/ |
| H A D | mlx5_compress.c | 500 invalid = op->op_type != RTE_COMP_OP_STATELESS || in mlx5_compress_enqueue_burst()
|
| /dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 1011 NULL, RTE_COMP_OP_STATELESS, in qat_comp_private_xform_create()
|