Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c70 hash_info = &context->searcher_hash; in lm_setup_searcher_hash_info()
149 hash_info = &pdev->context_info->searcher_hash; in lm_alloc_searcher_hash_info()
219 searcher_table = context->searcher_hash.searcher_table ; in lm_setup_context_pool()
224 context->searcher_hash.searcher_table = searcher_table ; in lm_setup_context_pool()
374 DbgBreakIf(context->searcher_hash.num_tuples); in lm_release_context_pool()
462 h_val = _lm_searcher_mirror_hash_calc(&context->searcher_hash, tuple); in lm_searcher_mirror_hash_insert()
465 h_val &= ((1 << context->searcher_hash.num_hash_bits) - 1); in lm_searcher_mirror_hash_insert()
468 if (h_val == ((1 << context->searcher_hash.num_hash_bits) - 1)) { in lm_searcher_mirror_hash_insert()
473 hash_entry = &context->searcher_hash.searcher_table[h_val]; in lm_searcher_mirror_hash_insert()
496 … if (context->searcher_hash.hash_depth_reached < hash_entry->depth_ipv4 + hash_entry->num_ipv6) { in lm_searcher_mirror_hash_insert()
[all …]
H A Dlm_hw_init_reset.c3287 REG_WR(pdev,SRC_REG_KEYSEARCH_0,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[0])); in init_src_common()
3288 REG_WR(pdev,SRC_REG_KEYSEARCH_1,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[4])); in init_src_common()
3289 REG_WR(pdev,SRC_REG_KEYSEARCH_2,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[8])); in init_src_common()
3290 … REG_WR(pdev,SRC_REG_KEYSEARCH_3,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[12])); in init_src_common()
3291 … REG_WR(pdev,SRC_REG_KEYSEARCH_4,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[16])); in init_src_common()
3292 … REG_WR(pdev,SRC_REG_KEYSEARCH_5,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[20])); in init_src_common()
3293 … REG_WR(pdev,SRC_REG_KEYSEARCH_6,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[24])); in init_src_common()
3294 … REG_WR(pdev,SRC_REG_KEYSEARCH_7,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[28])); in init_src_common()
3295 … REG_WR(pdev,SRC_REG_KEYSEARCH_8,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[32])); in init_src_common()
3296 … REG_WR(pdev,SRC_REG_KEYSEARCH_9,*(u32_t *)(&pdev->context_info->searcher_hash.searcher_key[36])); in init_src_common()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2811 lm_searcher_hash_info_t searcher_hash; member