Home
last modified time | relevance | path

Searched refs:RxLastUsed (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DSnpReceive.c110 if (Dev->RxLastUsed == RxCurUsed) { in VirtioNetReceive()
115 UsedElemIdx = Dev->RxLastUsed % Dev->RxRing.QueueSize; in VirtioNetReceive()
167 ++Dev->RxLastUsed; in VirtioNetReceive()
DEvents.c66 if (Dev->RxLastUsed != RxCurUsed) { in VirtioNetIsPacketAvailable()
DSnpGetStatus.c115 if (Dev->RxLastUsed != RxCurUsed) { in VirtioNetGetStatus()
DSnpInitialize.c257 Dev->RxLastUsed = *Dev->RxRing.Used.Idx; in VirtioNetInitRx()
258 ASSERT (Dev->RxLastUsed == 0); in VirtioNetInitRx()
DVirtioNet.h86 UINT16 RxLastUsed; // VirtioNetInitRx member