Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c2208 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_fixed()
2280 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_dynamic()
2336 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_op()
2391 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_level()
2482 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_multi_xform()
2532 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_sgl()
2644 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_checksum()
2763 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_out_of_space_buffer()
2842 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateless_dynamic_big()
2906 .compress_state = RTE_COMP_OP_STATELESS, in test_compressdev_deflate_stateful_decomp()
[all …]
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h198 RTE_COMP_OP_STATELESS, enumerator
/f-stack/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
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c638 if (unlikely(ops[i]->op_type != RTE_COMP_OP_STATELESS)) { in isal_comp_pmd_enqueue_burst()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp.c1041 NULL, RTE_COMP_OP_STATELESS)) { in qat_comp_private_xform_create()