Searched refs:SentFrames (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.h171 LIST_ENTRY SentFrames; member in struct:_IP4_INTERFACE
H A DIp4If.c464 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->SentFrames) {
518 InitializeListHead (&Interface->SentFrames);
758 ASSERT (IsListEmpty (&Interface->SentFrames));
837 // token from the SentFrames list. Remove it from the list if the returned
841 InsertTailList (&Interface->SentFrames, &Token->Link);
1065 // Insert the tx token into the SentFrames list before calling Mnp->Transmit.
1068 InsertTailList (&Interface->SentFrames, &Token->Link);
1071 RemoveEntryList (&Interface->SentFrames);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6If.h125 LIST_ENTRY SentFrames; member in struct:_IP6_INTERFACE
H A DIp6If.c233 InitializeListHead (&Interface->SentFrames);
325 ASSERT (IsListEmpty (&Interface->SentFrames));
761 // Insert the tx token into the SentFrames list before calling Mnp->Transmit.
764 InsertTailList (&Interface->SentFrames, &Token->Link);
H A DIp6Output.c1063 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->SentFrames) {
H A DIp6Nd.c455 // token from the SentFrames list. Remove it from the list if the returned
459 InsertTailList (&ArpQue->Interface->SentFrames, &Token->Link);

Completed in 58 milliseconds