Home
last modified time | relevance | path

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

/dpdk/lib/eal/arm/include/
H A Drte_cpuflags_64.h23 RTE_CPUFLAG_CRC32, enumerator
H A Drte_cpuflags_32.h42 RTE_CPUFLAG_CRC32, enumerator
/dpdk/lib/hash/
H A Drte_hash_crc.h78 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_hash_crc_set_alg()
H A Drte_fbk_hash.c134 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_fbk_hash_create()
H A Drte_cuckoo_hash.c404 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_CRC32)) in rte_hash_create()
/dpdk/app/test/
H A Dtest_cpuflags.c117 CHECK_FOR_FLAG(RTE_CPUFLAG_CRC32); in test_cpuflags()
/dpdk/config/arm/
H A Dmeson.build614 compile_time_cpuflags += ['RTE_CPUFLAG_CRC32']