Home
last modified time | relevance | path

Searched refs:crc32_alg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_hash/
H A Drte_crc_arm64.h82 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()
H A Drte_hash_crc.h425 static uint8_t crc32_alg = CRC32_SW; variable
450 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()