Searched refs:RxBuf (Results 1 – 4 of 4) sorted by relevance
42 FreePool (Dev->RxBuf); in VirtioNetShutdownRx()
270 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()
85 UINT8 *RxBuf; // VirtioNetInitRx member
47 STATIC VOID *RxBuf; variable200 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()