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.c1334 int numlfs, total_lfs = 0, nr_blocks = 0; in rvu_get_blkaddr_from_slot() local
1353 numlfs = rvu_get_rsrc_mapcount(pfvf, blkaddr); in rvu_get_blkaddr_from_slot()
1354 if (numlfs) { in rvu_get_blkaddr_from_slot()
1355 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1371 numlfs = rvu_get_rsrc_mapcount(pfvf, num_blkaddr[i]); in rvu_get_blkaddr_from_slot()
1372 total_lfs += numlfs; in rvu_get_blkaddr_from_slot()
1375 start_slot = total_lfs - numlfs; in rvu_get_blkaddr_from_slot()