HomeSort by relevance Sort by last modified time
    Searched refs:FreeNbufQue (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 49 Add Count of net buffers to MnpDeviceData->FreeNbufQue. The length of the net
56 and added to MnpDeviceData->FreeNbufQue.
91 NetbufQueAppend (&MnpDeviceData->FreeNbufQue, Nbuf);
100 Allocate a free NET_BUF from MnpDeviceData->FreeNbufQue. If there is none
102 fetch the NET_BUF from the updated FreeNbufQue.
116 NET_BUF_QUEUE *FreeNbufQue;
122 FreeNbufQue = &MnpDeviceData->FreeNbufQue;
128 if (FreeNbufQue->BufNum == 0) {
144 "MnpAllocNbuf: Failed to add NET_BUFs into the FreeNbufQue, %r.\n",
    [all...]
MnpDriver.h 74 NET_BUF_QUEUE FreeNbufQue;

Completed in 83 milliseconds