Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DSnpSharedHelpers.c42 FreePool (Dev->RxBuf); in VirtioNetShutdownRx()
DSnpInitialize.c270 Dev->RxBuf = AllocatePool (RxAlwaysPending * RxBufSize); in VirtioNetInitRx()
271 if (Dev->RxBuf == NULL) { in VirtioNetInitRx()
294 RxPtr = Dev->RxBuf; in VirtioNetInitRx()
335 FreePool (Dev->RxBuf); in VirtioNetInitRx()
DVirtioNet.h85 UINT8 *RxBuf; // VirtioNetInitRx member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c47 STATIC VOID *RxBuf; variable
200 RxBuf = AllocateZeroPool (DATA_SIZE); in EpRx()
201 ASSERT (RxBuf != NULL); in EpRx()
203 InvalidateDataCacheRange (RxBuf, Len); in EpRx()
212 gDmaDesc->buf = (UINT32)((UINTN)RxBuf); in EpRx()
558 if (MATCH_CMD_LITERAL ("download:", RxBuf)) { in CheckInterrupts()
559 mNumDataBytes = AsciiStrHexToUint64 (RxBuf + sizeof ("download:")); in CheckInterrupts()
566 mDataReceivedCallback (Bytes, RxBuf); in CheckInterrupts()