Searched refs:nextReadLocation (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.c431 u32 nextReadLocation = 0; local
454 nextReadLocation = GetNextReadLocation(InRingInfo);
456 nextReadLocation = CopyFromRingBuffer(InRingInfo,
459 nextReadLocation);
481 u32 nextReadLocation = 0; local
511 nextReadLocation = GetNextReadLocationWithOffset(InRingInfo, Offset);
513 nextReadLocation = CopyFromRingBuffer(InRingInfo,
516 nextReadLocation);
518 nextReadLocation = CopyFromRingBuffer(InRingInfo,
521 nextReadLocation);
[all...]

Completed in 47 milliseconds