Searched refs:crc32_alg (Results 1 – 2 of 2) sorted by relevance
82 crc32_alg = alg; in rte_hash_crc_set_alg()110 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_1byte()131 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_2byte()152 if (likely(crc32_alg & CRC32_ARM64)) in rte_hash_crc_4byte()173 if (likely(crc32_alg == CRC32_ARM64)) in rte_hash_crc_8byte()
425 static uint8_t crc32_alg = CRC32_SW; variable450 crc32_alg = alg; in rte_hash_crc_set_alg()475 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_1byte()498 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_2byte()521 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_4byte()544 if (likely(crc32_alg == CRC32_SSE42_x64)) in rte_hash_crc_8byte()549 if (likely(crc32_alg & CRC32_SSE42)) in rte_hash_crc_8byte()