Lines Matching refs:idxL2
246 uint32_t idxL2;
778 * @param idxL2 The L2 index.
783 uint32_t idxL1, uint32_t idxL2,
789 AssertReturn(idxL2 < pImage->cTableEntries, VERR_INVALID_PARAMETER);
800 if (pL2Entry->paL2Tbl[idxL2])
801 *poffImage = pL2Entry->paL2Tbl[idxL2] + offCluster;
1501 pImage->paL1Table[pClusterAlloc->idxL1] + pClusterAlloc->idxL2*sizeof(uint64_t),
1516 pClusterAlloc->pL2Entry->paL2Tbl[pClusterAlloc->idxL2] = pClusterAlloc->offClusterNew;
1789 uint32_t idxL2 = 0;
1810 qedConvertLogicalOffset(pImage, uOffset, &idxL1, &idxL2, &offCluster);
1816 rc = qedConvertToImageOffset(pImage, pIoCtx, idxL1, idxL2, offCluster, &offFile);
1841 uint32_t idxL2 = 0;
1869 qedConvertLogicalOffset(pImage, uOffset, &idxL1, &idxL2, &offCluster);
1876 rc = qedConvertToImageOffset(pImage, pIoCtx, idxL1, idxL2, offCluster, &offImage);
1925 pL2ClusterAlloc->idxL2 = idxL2;
1972 pDataClusterAlloc->idxL2 = idxL2;