Searched refs:tot_ids (Results 1 – 2 of 2) sorted by relevance
527 idx = find_first_zero_bit(table->id_bmap, table->tot_ids); in rvu_npc_exact_alloc_id()528 if (idx == table->tot_ids) { in rvu_npc_exact_alloc_id()531 __func__, table->tot_ids); in rvu_npc_exact_alloc_id()726 return table->tot_ids; in rvu_npc_exact_get_max_entries()1942 table->tot_ids = table_size + table->cam_table.depth; in rvu_npc_exact_init()1943 table->id_bmap = devm_bitmap_zalloc(rvu->dev, table->tot_ids, in rvu_npc_exact_init()1950 __func__, table->tot_ids); in rvu_npc_exact_init()
173 u32 tot_ids; member