Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1329 int numlfs, total_lfs = 0, nr_blocks = 0; in rvu_get_blkaddr_from_slot() local
1348 numlfs = rvu_get_rsrc_mapcount(pfvf, blkaddr); in rvu_get_blkaddr_from_slot()
1349 if (numlfs) { in rvu_get_blkaddr_from_slot()
1350 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1366 numlfs = rvu_get_rsrc_mapcount(pfvf, num_blkaddr[i]); in rvu_get_blkaddr_from_slot()
1367 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1370 start_slot = total_lfs - numlfs; in rvu_get_blkaddr_from_slot()