Searched refs:num_con (Results 1 – 1 of 1) sorted by relevance
57 u32_t num_con = 0 ; in lm_setup_searcher_hash_info() local79 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() local146 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() local216 num_con = pdev->params.max_func_connections; in lm_setup_context_pool()244 mm_mem_zero(context->array, sizeof(struct lm_context_cookie)*num_con); in lm_setup_context_pool()[all …]