Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_hash_crc.h28 #define CRC32_SW (1U << 0) macro
34 static uint8_t crc32_alg = CRC32_SW;
59 crc32_alg = CRC32_SW; in rte_hash_crc_set_alg()
61 if (alg == CRC32_SW) in rte_hash_crc_set_alg()
82 if (crc32_alg == CRC32_SW) in rte_hash_crc_set_alg()
95 rte_hash_crc_set_alg(CRC32_SW); in RTE_INIT()
/dpdk/app/test/
H A Dtest_hash.c185 rte_hash_crc_set_alg(CRC32_SW); in test_crc32_hash_alg_equiv()