lprio_count        98 drivers/net/ethernet/marvell/octeontx2/af/rvu.h 	u16	lprio_count;
lprio_count      1059 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	mcam->lprio_count = mcam->bmap_entries / 8;
lprio_count      1060 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	if (mcam->lprio_count > BITS_PER_LONG)
lprio_count      1061 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		mcam->lprio_count = round_down(mcam->lprio_count,
lprio_count      1063 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	mcam->lprio_start = mcam->bmap_entries - mcam->lprio_count;
lprio_count      1064 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	mcam->hprio_count = mcam->lprio_count;
lprio_count      1519 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		end = mcam->bmap_entries - (mcam->lprio_count / 2);