Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.c485 idx = find_first_zero_bit(table->id_bmap, table->tot_ids); in rvu_npc_exact_alloc_id()
486 if (idx == table->tot_ids) { in rvu_npc_exact_alloc_id()
489 __func__, table->tot_ids); in rvu_npc_exact_alloc_id()
684 return table->tot_ids; in rvu_npc_exact_get_max_entries()
1906 table->tot_ids = table_size + table->cam_table.depth; in rvu_npc_exact_init()
1907 table->id_bmap = devm_bitmap_zalloc(rvu->dev, table->tot_ids, in rvu_npc_exact_init()
1914 __func__, table->tot_ids); in rvu_npc_exact_init()
A Drvu_npc_hash.h167 u32 tot_ids; member

Completed in 8 milliseconds