Home
last modified time | relevance | path

Searched refs:rte_hash_crc_8byte (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_hash/
H A Drte_hash_crc.h541 rte_hash_crc_8byte(uint64_t data, uint32_t init_val) in rte_hash_crc_8byte() function
577 init_val = rte_hash_crc_8byte(*(const uint64_t *)pd, init_val); in rte_hash_crc()
H A Drte_crc_arm64.h171 rte_hash_crc_8byte(uint64_t data, uint32_t init_val) in rte_hash_crc_8byte() function
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.c92 idx = rte_hash_crc_8byte(key, 0) & h->mask; in __hlist_lookup()
154 idx = rte_hash_crc_8byte(key, 0) & h->mask; in mlx5_hlist_register()