Home
last modified time | relevance | path

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

/dpdk/drivers/net/igc/
H A Digc_filter.c169 if (igc->ntuple_filters[i].hash_val) { in igc_tuple_filter_lookup()
171 if (ntuple->hash_val == in igc_tuple_filter_lookup()
172 igc->ntuple_filters[i].hash_val) in igc_tuple_filter_lookup()
186 if (ntuple->hash_val == igc->ntuple_filters[i].hash_val) in igc_tuple_filter_lookup()
H A Digc_ethdev.h179 uint64_t hash_val; member
/dpdk/lib/efd/
H A Drte_efd.c380 uint32_t hash_val[EFD_MAX_GROUP_NUM_RULES]; in efd_search_hash() local
405 hash_val[rule_id] = hash_val_a[rule_id] + (hash_idx * in efd_search_hash()
423 uint32_t bucket_idx = hash_val[rule_id] >> in efd_search_hash()
/dpdk/lib/lpm/
H A Drte_lpm6.c445 uint64_t hash_val; in rule_find_with_key() local
450 (void **) &hash_val); in rule_find_with_key()
452 *next_hop = (uint32_t) hash_val; in rule_find_with_key()
/dpdk/app/test/
H A Dtest_hash.c168 uint32_t hash_val; in test_crc32_hash_alg_equiv() local
186 hash_val = rte_hash_crc(data64, data_len, init_val); in test_crc32_hash_alg_equiv()
190 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
197 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
204 if (hash_val != rte_hash_crc(data64, data_len, init_val)) { in test_crc32_hash_alg_equiv()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_msg.h95 __be32 hash_val; member
/dpdk/drivers/net/cxgbe/
H A Dsge.c1585 ntohl(rss_hdr->hash_val); in process_responses()