Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c527 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()
H A Drvu_npc_hash.h173 u32 tot_ids; member