Home
last modified time | relevance | path

Searched refs:searcher_table (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c74 if CHK_NULL( hash_info->searcher_table) in lm_setup_searcher_hash_info()
76 DbgBreakIf(!( hash_info->searcher_table)); in lm_setup_searcher_hash_info()
81 mm_mem_zero(hash_info->searcher_table, alloc_size); in lm_setup_searcher_hash_info()
157 hash_info->searcher_table = mm_alloc_mem(pdev, alloc_size, mm_cli_idx); in lm_alloc_searcher_hash_info()
159 if CHK_NULL( hash_info->searcher_table ) in lm_alloc_searcher_hash_info()
200 lm_searcher_hash_entry_t* searcher_table = NULL ; in lm_setup_context_pool() local
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()
473 hash_entry = &context->searcher_hash.searcher_table[h_val]; in lm_searcher_mirror_hash_insert()
539 hash_entry = &context->searcher_hash.searcher_table[h_val]; in lm_searcher_mirror_hash_remove()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2793 lm_searcher_hash_entry_t *searcher_table; member