Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
DUefiShellTftpCommandLib.h45 UINTN LastReportedNbOfBytes; member
DTftp.c929 TftpContext->LastReportedNbOfBytes = 0; in DownloadFile()
1022 LastStep = (Context->LastReportedNbOfBytes * TFTP_PROGRESS_SLIDER_STEPS) / Context->FileSize; in CheckPacket()
1046 Context->LastReportedNbOfBytes = Context->DownloadedNbOfBytes; in CheckPacket()
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsInternal.h100 UINT64 LastReportedNbOfBytes; member
DBdsFilePath.c963 LastStep = (Context->LastReportedNbOfBytes * TFTP_PROGRESS_SLIDER_STEPS) / Context->FileSize; in Mtftp4CheckPacket()
979 Context->LastReportedNbOfBytes = Context->DownloadedNbOfBytes; in Mtftp4CheckPacket()
986 LastNbOf50Kb = Context->LastReportedNbOfBytes / (50*1024); in Mtftp4CheckPacket()
991 Context->LastReportedNbOfBytes = Context->DownloadedNbOfBytes; in Mtftp4CheckPacket()
1230 TftpContext->LastReportedNbOfBytes = 0; in BdsTftpLoadImage()