Home
last modified time | relevance | path

Searched refs:RTE_COMP_FF_OOP_SGL_IN_SGL_OUT (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_compressdev.c2519 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_stateless_sgl()
2784 if (capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_out_of_space_buffer()
2822 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_stateless_dynamic_big()
2924 if (capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp()
3013 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3035 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3061 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3266 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_1op()
3339 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_2ops_first()
3410 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_2ops_second()
[all …]
/f-stack/dpdk/lib/librte_compressdev/
H A Drte_comp.h33 #define RTE_COMP_FF_OOP_SGL_IN_SGL_OUT (1ULL << 2) macro
H A Drte_comp.c17 case RTE_COMP_FF_OOP_SGL_IN_SGL_OUT: in rte_comp_get_feature_name()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c15 .comp_feature_flags = RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
/f-stack/dpdk/app/test-compress-perf/
H A Dmain.c100 (comp_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) { in comp_perf_check_capabilities()
/f-stack/dpdk/drivers/compress/qat/
H A Dqat_comp_pmd.c28 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst216 - ``RTE_COMP_FF_OOP_SGL_IN_SGL_OUT``