Searched refs:totalBytesToWrite (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dring_buffer.c348 u32 totalBytesToWrite = 0; local
357 totalBytesToWrite += sg->length;
360 totalBytesToWrite += sizeof(u64);
368 DPRINT_DBG(VMBUS, "Writing %u bytes...", totalBytesToWrite);
375 if (byteAvailToWrite <= totalBytesToWrite) {
379 totalBytesToWrite,

Completed in 39 milliseconds