Home
last modified time | relevance | path

Searched refs:RTE_COMP_OP_STATELESS (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_compressdev.c2205 .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 Drte_comp.h197 RTE_COMP_OP_STATELESS, enumerator
/dpdk/doc/guides/prog_guide/
H A Dcompressdev.rst293 - 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 Disal_compress_pmd.c642 if (unlikely(ops[i]->op_type != RTE_COMP_OP_STATELESS)) { in isal_comp_pmd_enqueue_burst()
/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c500 invalid = op->op_type != RTE_COMP_OP_STATELESS || in mlx5_compress_enqueue_burst()
/dpdk/drivers/compress/qat/
H A Dqat_comp.c1011 NULL, RTE_COMP_OP_STATELESS, in qat_comp_private_xform_create()