Home | History | Annotate | Download | only in DxeNetLib

Lines Matching refs:Recycled

271       // Get the recycled transmit buffer status.

1186 and Map->Recycled of two doubly linked lists.
1191 If the address of Map->Recycled is NULl, then ASSERT().
1205 InitializeListHead (&Map->Recycled);
1214 Removes all nodes of the Recycled doubly linked list and free memory of all related netmap items.
1245 Recycled) {
1252 ASSERT (IsListEmpty (&Map->Recycled));
1301 If the Recycled doubly linked list of the netmap is empty, it will try to allocate
1303 of the Recycled doubly linked list of the netmap. Otherwise, it will directly remove
1304 the fist node entry of the Recycled doubly linked list and return the corresponding item.
1325 Head = &Map->Recycled;
1509 entry of the item to the Recycled doubly linked list of the netmap. If Value is not NULL,
1536 InsertHeadList (&Map->Recycled, &Item->Link);
1551 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
1581 InsertHeadList (&Map->Recycled, &Item->Link);
1596 entry to the Recycled doubly linked list of the netmap. If parameter Value is not NULL,
1626 InsertHeadList (&Map->Recycled, &Item->Link);