Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1362 int numlfs, total_lfs = 0, nr_blocks = 0; in rvu_get_blkaddr_from_slot() local
1381 numlfs = rvu_get_rsrc_mapcount(pfvf, blkaddr); in rvu_get_blkaddr_from_slot()
1382 if (numlfs) { in rvu_get_blkaddr_from_slot()
1383 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1399 numlfs = rvu_get_rsrc_mapcount(pfvf, num_blkaddr[i]); in rvu_get_blkaddr_from_slot()
1400 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1403 start_slot = total_lfs - numlfs; in rvu_get_blkaddr_from_slot()