Home
last modified time | relevance | path

Searched refs:TxList (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.h59 LIST_ENTRY TxList; member
DPing6.c191 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6MatchEchoReply()
466 InsertTailList (&Private->TxList, &TxInfo->Link); in Ping6SendEchoRequest()
545 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6OnTimerRoutine()
565 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) { in Ping6OnTimerRoutine()
875 InitializeListHead (&Private->TxList); in Ping6()
1000 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c120 LIST_ENTRY TxList; member
400 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6MatchEchoReply()
704 InsertTailList (&Private->TxList, &TxInfo->Link); in PingSendEchoRequest()
788 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in Ping6OnTimerRoutine()
808 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) { in Ping6OnTimerRoutine()
1265 InitializeListHead (&Private->TxList); in ShellPing()
1387 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Private->TxList) { in ShellPing()
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Impl.h244 LIST_ENTRY TxList; member
DDhcp6Io.c218 InsertTailList (&Instance->TxList, &TxCb->Link); in Dhcp6EnqueueRetry()
251 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6DequeueRetry()
318 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6CleanupRetry()
339 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6CleanupRetry()
385 NET_LIST_FOR_EACH (Entry, &Instance->TxList) { in Dhcp6IsValidTxCb()
2855 NET_LIST_FOR_EACH_SAFE (Entry2, Next2, &Instance->TxList) { in Dhcp6ReceivePacket()
3001 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->TxList) { in Dhcp6OnTimerTick()
DDhcp6Driver.c304 InitializeListHead (&Dhcp6Ins->TxList); in Dhcp6CreateInstance()