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

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 271 // Get the recycled transmit buffer status.
1184 and Map->Recycled of two doubly linked lists.
1189 If the address of Map->Recycled is NULl, then ASSERT().
1203 InitializeListHead (&Map->Recycled);
1212 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
1243 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Map->Recycled) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 783 LIST_ENTRY Recycled;
793 and Map->Recycled of two doubly linked lists.
798 If the address of Map->Recycled is NULl, then ASSERT().
813 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
936 entry of the item to the Recycled doubly linked list of the netmap. If Value is not NULL,
963 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
987 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
    [all...]

Completed in 147 milliseconds