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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 213 Add Count of TX buffers to MnpDeviceData->AllTxBufList and MnpDeviceData->FreeTxBufList.
248 InsertTailList (&MnpDeviceData->FreeTxBufList, &TxBufWrap->WrapEntry);
257 Allocate a free TX buffer from MnpDeviceData->FreeTxBufList. If there is none
259 them into the queue, then fetch the NET_BUF from the updated FreeTxBufList.
282 if (IsListEmpty (&MnpDeviceData->FreeTxBufList)) {
295 if (IsListEmpty (&MnpDeviceData->FreeTxBufList)) {
308 if (IsListEmpty (&MnpDeviceData->FreeTxBufList)) {
311 "MnpAllocNbuf: Failed to add TxBuf into the FreeTxBufList, %r.\n",
321 ASSERT (!IsListEmpty (&MnpDeviceData->FreeTxBufList));
322 Entry = MnpDeviceData->FreeTxBufList.ForwardLink;
    [all...]
MnpDriver.h 70 LIST_ENTRY FreeTxBufList;

Completed in 112 milliseconds