Searched refs:comp_feature_flags (Results 1 – 8 of 8) sorted by relevance
1296 if (capa->comp_feature_flags & in test_deflate_comp_run()1643 if (capa->comp_feature_flags & in test_deflate_decomp_run()2607 (capab->comp_feature_flags & in test_compressdev_deflate_stateless_checksum()2609 (capab->comp_feature_flags & in test_compressdev_deflate_stateless_checksum()2655 if ((capab->comp_feature_flags & RTE_COMP_FF_CRC32_CHECKSUM)) { in test_compressdev_deflate_stateless_checksum()2954 if (!(capab->comp_feature_flags & in test_compressdev_deflate_stateful_decomp_checksum()3003 if (capab->comp_feature_flags & RTE_COMP_FF_CRC32_CHECKSUM) { in test_compressdev_deflate_stateful_decomp_checksum()3012 if (capab->comp_feature_flags & in test_compressdev_deflate_stateful_decomp_checksum()3025 if (capab->comp_feature_flags & RTE_COMP_FF_ADLER32_CHECKSUM) { in test_compressdev_deflate_stateful_decomp_checksum()3034 if (capab->comp_feature_flags & in test_compressdev_deflate_stateful_decomp_checksum()[all …]
47 uint64_t comp_feature_flags; member
15 .comp_feature_flags = (RTE_COMP_FF_NONCOMPRESSED_BLOCKS |
15 .comp_feature_flags = RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
68 uint64_t comp_flags = cap->comp_feature_flags; in comp_perf_check_capabilities()
18 .comp_feature_flags = RTE_COMP_FF_HUFFMAN_FIXED |
21 .comp_feature_flags = RTE_COMP_FF_MULTI_PKT_CHECKSUM |
368 if (dev_info.capabilities->comp_feature_flags & RTE_COMP_FF_SHAREABLE_PRIV_XFORM) {