Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_hash_perf.c161 unsigned bucket_idx, incr, success = 1; in get_input_keys() local
216 bucket_idx = signatures[i] & bucket_bitmask; in get_input_keys()
222 if (buckets[bucket_idx] == BUCKET_SIZE) in get_input_keys()
236 buckets[bucket_idx]++; in get_input_keys()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_utils.c483 entry->gentry->bucket_idx = idx; in mlx5_hlist_register()
485 entry->bucket_idx = idx; in mlx5_hlist_register()
497 uint32_t idx = h->l_const.lcores_share ? entry->gentry->bucket_idx : in mlx5_hlist_unregister()
498 entry->bucket_idx; in mlx5_hlist_unregister()
H A Dmlx5_common_utils.h35 uint32_t bucket_idx; member
/dpdk/lib/efd/
H A Drte_efd.c423 uint32_t bucket_idx = hash_val[rule_id] >> in efd_search_hash() local
439 lookup_table |= expected << bucket_idx; in efd_search_hash()
441 << bucket_idx; in efd_search_hash()
1251 uint16_t bucket_idx = h >> EFD_LOOKUPTBL_SHIFT; in efd_lookup_internal_scalar() local
1254 bucket_idx) & 0x1; in efd_lookup_internal_scalar()
/dpdk/lib/hash/
H A Drte_cuckoo_hash.c923 uint16_t sig, uint32_t bucket_idx, in rte_hash_cuckoo_make_space_mw() argument
937 tail->cur_bkt_idx = bucket_idx; in rte_hash_cuckoo_make_space_mw()
2472 uint32_t bucket_idx, idx, position; in rte_hash_iterate() local
2486 bucket_idx = *next / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2490 while ((position = __atomic_load_n(&h->buckets[bucket_idx].key_idx[idx], in rte_hash_iterate()
2496 bucket_idx = *next / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2520 bucket_idx = (*next - total_entries_main) / RTE_HASH_BUCKET_ENTRIES; in rte_hash_iterate()
2523 while ((position = h->buckets_ext[bucket_idx].key_idx[idx]) == EMPTY_SLOT) { in rte_hash_iterate()
2527 bucket_idx = (*next - total_entries_main) / in rte_hash_iterate()
/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dhcapi_cfa_defs.h292 uint8_t bucket_idx; member