Searched defs: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)
76 DbgBreakIf(!( hash_info->searcher_table));
81 mm_mem_zero(hash_info->searcher_table, alloc_size);
157 hash_info->searcher_table = mm_alloc_mem(pdev, alloc_size, mm_cli_idx);
159 if CHK_NULL( hash_info->searcher_table )
200 lm_searcher_hash_entry_t* searcher_table = NULL ; local
219 searcher_table = context->searcher_hash.searcher_table ;
224 context->searcher_hash.searcher_table = searcher_table ;
[all...]
/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 in struct:_lm_searcher_hash_info

Completed in 68 milliseconds