Searched refs:PrpEntryIndex (Results 1 – 2 of 2) sorted by relevance
228 UINTN PrpEntryIndex; in NvmeCreatePrpList() local287 for (PrpEntryIndex = 0; PrpEntryIndex < PrpEntryNo; ++PrpEntryIndex) { in NvmeCreatePrpList()288 if (PrpEntryIndex != PrpEntryNo - 1) { in NvmeCreatePrpList()292 *((UINT64*)(UINTN)PrpListBase + PrpEntryIndex) = PhysicalAddr; in NvmeCreatePrpList()298 …*((UINT64*)(UINTN)PrpListBase + PrpEntryIndex) = PrpListPhyAddr + (PrpListIndex + 1) * EFI_PAGE_SI… in NvmeCreatePrpList()306 for (PrpEntryIndex = 0; PrpEntryIndex < Remainder; ++PrpEntryIndex) { in NvmeCreatePrpList()307 *((UINT64*)(UINTN)PrpListBase + PrpEntryIndex) = PhysicalAddr; in NvmeCreatePrpList()
726 UINTN PrpEntryIndex; in NvmeCreatePrpList() local764 for (PrpEntryIndex = 0; PrpEntryIndex < PrpEntryNo; ++PrpEntryIndex) { in NvmeCreatePrpList()765 PrpEntry = (UINT8 *)(UINTN) (PrpListBase + PrpEntryIndex * sizeof(UINT64)); in NvmeCreatePrpList()766 if (PrpEntryIndex != PrpEntryNo - 1) { in NvmeCreatePrpList()786 …for (PrpEntryIndex = 0; PrpEntryIndex < ((Remainder != 0) ? Remainder : PrpEntryNo); ++PrpEntryInd… in NvmeCreatePrpList()787 PrpEntry = (UINT8 *)(UINTN) (PrpListBase + PrpEntryIndex * sizeof(UINT64)); in NvmeCreatePrpList()