Searched defs:FreeNbufQue (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpDriver.h66 NET_BUF_QUEUE FreeNbufQue; member in struct:__anon11230
H A DMnpConfig.c50 Add Count of net buffers to MnpDeviceData->FreeNbufQue. The length of the net
57 and added to MnpDeviceData->FreeNbufQue.
92 NetbufQueAppend (&MnpDeviceData->FreeNbufQue, Nbuf);
101 Allocate a free NET_BUF from MnpDeviceData->FreeNbufQue. If there is none
103 fetch the NET_BUF from the updated FreeNbufQue.
117 NET_BUF_QUEUE *FreeNbufQue; local
123 FreeNbufQue = &MnpDeviceData->FreeNbufQue;
129 if (FreeNbufQue->BufNum == 0) {
145 "MnpAllocNbuf: Failed to add NET_BUFs into the FreeNbufQue,
[all...]

Completed in 34 milliseconds