Searched refs:RTE_COMP_OP_STATELESS (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 2208 .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 D | rte_comp.h | 198 RTE_COMP_OP_STATELESS, enumerator
|
| /f-stack/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
|
| /f-stack/dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 638 if (unlikely(ops[i]->op_type != RTE_COMP_OP_STATELESS)) { in isal_comp_pmd_enqueue_burst()
|
| /f-stack/dpdk/drivers/compress/qat/ |
| H A D | qat_comp.c | 1041 NULL, RTE_COMP_OP_STATELESS)) { in qat_comp_private_xform_create()
|