Home
last modified time | relevance | path

Searched refs:bucket_idx (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c166 unsigned bucket_idx, incr, success = 1; in get_input_keys() local
221 bucket_idx = signatures[i] & bucket_bitmask; in get_input_keys()
227 if (buckets[bucket_idx] == BUCKET_SIZE) in get_input_keys()
241 buckets[bucket_idx]++; in get_input_keys()
/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c426 uint32_t bucket_idx = hash_val[rule_id] >> in efd_search_hash() local
442 lookup_table |= expected << bucket_idx; in efd_search_hash()
444 << bucket_idx; in efd_search_hash()
1254 uint16_t bucket_idx = h >> EFD_LOOKUPTBL_SHIFT; in efd_lookup_internal_scalar() local
1257 bucket_idx) & 0x1; in efd_lookup_internal_scalar()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c927 uint16_t sig, uint32_t bucket_idx, in rte_hash_cuckoo_make_space_mw() argument
941 tail->cur_bkt_idx = bucket_idx; in rte_hash_cuckoo_make_space_mw()
2476 uint32_t bucket_idx, idx, position; in rte_hash_iterate() local
2490 bucket_idx = *next / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2494 while ((position = __atomic_load_n(&h->buckets[bucket_idx].key_idx[idx], in rte_hash_iterate()
2500 bucket_idx = *next / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2524 bucket_idx = (*next - total_entries_main) / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2527 while ((position = h->buckets_ext[bucket_idx].key_idx[idx]) == EMPTY_SLOT) { in rte_hash_iterate()
2531 bucket_idx = (*next - total_entries_main) / in rte_hash_iterate()
/f-stack/dpdk/drivers/net/bnxt/hcapi/
H A Dhcapi_cfa_defs.h286 uint8_t bucket_idx; member
H A Dhcapi_cfa.h86 uint8_t bucket_idx; member