Searched refs:tot_ids (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c527 idx = find_first_zero_bit(table->id_bmap, table->tot_ids);
528 if (idx == table->tot_ids) {
531 __func__, table->tot_ids);
726 return table->tot_ids;
1942 table->tot_ids = table_size + table->cam_table.depth;
1943 table->id_bmap = devm_bitmap_zalloc(rvu->dev, table->tot_ids,
1950 __func__, table->tot_ids);
H A Drvu_npc_hash.h173 u32 tot_ids; member in struct:npc_exact_table

Completed in 183 milliseconds