Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c57 u32_t num_con = 0 ; in lm_setup_searcher_hash_info() local
79 num_con = pdev->params.max_func_connections; in lm_setup_searcher_hash_info()
80 alloc_size = sizeof(lm_searcher_hash_entry_t) * num_con; in lm_setup_searcher_hash_info()
126 hash_info->num_hash_bits = (u8_t)LOG2(num_con); in lm_setup_searcher_hash_info()
133 u32_t num_con = 0 ; in lm_alloc_searcher_hash_info() local
146 num_con = pdev->params.max_func_connections; in lm_alloc_searcher_hash_info()
147 alloc_size = sizeof(lm_searcher_hash_entry_t) * num_con; in lm_alloc_searcher_hash_info()
196 u32_t num_con = 0; in lm_setup_context_pool() local
216 num_con = pdev->params.max_func_connections; in lm_setup_context_pool()
297 u32_t num_con = 0 ; in lm_alloc_context_pool() local
[all …]