Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_hash.h165 unsigned long *id_bmap; member
Drvu_npc_hash.c470 clear_bit(seq_id, table->id_bmap); in rvu_npc_exact_free_id()
489 idx = find_first_zero_bit(table->id_bmap, table->tot_ids); in rvu_npc_exact_alloc_id()
493 __func__, bitmap_weight(table->id_bmap, table->tot_ids)); in rvu_npc_exact_alloc_id()
499 set_bit(idx, table->id_bmap); in rvu_npc_exact_alloc_id()
1918 table->id_bmap = devm_kcalloc(rvu->dev, BITS_TO_LONGS(table->tot_ids), in rvu_npc_exact_init()
1921 if (!table->id_bmap) in rvu_npc_exact_init()