Searched refs:totalSent (Results 1 – 1 of 1) sorted by relevance
161 HpmDisplayUpgrade(int skip, unsigned int totalSent, in HpmDisplayUpgrade() argument172 percent = ((float)totalSent / displayFWLength) * 100; in HpmDisplayUpgrade()180 if (totalSent == displayFWLength) { in HpmDisplayUpgrade()184 timeElapsed / 60, timeElapsed % 60, totalSent); in HpmDisplayUpgrade()1098 unsigned int totalSent = 0; in HpmFwupgActionUploadFirmware() local1193 totalSent = 0x00; in HpmFwupgActionUploadFirmware()1235 totalSent); in HpmFwupgActionUploadFirmware()1254 totalSent,imageOffset,blockLength,firmwareLength); in HpmFwupgActionUploadFirmware()1258 totalSent += count; in HpmFwupgActionUploadFirmware()1266 displayFWLength = blockLength + totalSent; in HpmFwupgActionUploadFirmware()[all …]