Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c2493 u16 fcnt, hp_fcnt, lp_fcnt; in npc_mcam_alloc_entries() local
2545 lp_fcnt = npc_mcam_get_free_count(mcam->bmap, in npc_mcam_alloc_entries()
2549 fcnt = mcam->bmap_fcnt - lp_fcnt - hp_fcnt; in npc_mcam_alloc_entries()
2555 } else if ((fcnt + (hp_fcnt / 2) + (lp_fcnt / 2)) > req->count) { in npc_mcam_alloc_entries()