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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4If.h 171 LIST_ENTRY SentFrames;
Ip4If.c 464 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->SentFrames) {
518 InitializeListHead (&Interface->SentFrames);
780 ASSERT (IsListEmpty (&Interface->SentFrames));
859 // token from the SentFrames list. Remove it from the list if the returned
863 InsertTailList (&Interface->SentFrames, &Token->Link);
1087 // Insert the tx token into the SentFrames list before calling Mnp->Transmit.
1090 InsertTailList (&Interface->SentFrames, &Token->Link);
1093 RemoveEntryList (&Interface->SentFrames);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 125 LIST_ENTRY SentFrames;
Ip6If.c 233 InitializeListHead (&Interface->SentFrames);
325 ASSERT (IsListEmpty (&Interface->SentFrames));
757 // Insert the tx token into the SentFrames list before calling Mnp->Transmit.
760 InsertTailList (&Interface->SentFrames, &Token->Link);
Ip6Output.c 1065 NET_LIST_FOR_EACH_SAFE (Entry, Next, &Interface->SentFrames) {
    [all...]
Ip6Nd.c 455 // token from the SentFrames list. Remove it from the list if the returned
459 InsertTailList (&ArpQue->Interface->SentFrames, &Token->Link);
    [all...]

Completed in 535 milliseconds