Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
DFastbootTransportTcp.c78 } FASTBOOT_TCP_PACKET_LIST; typedef
177 FASTBOOT_TCP_PACKET_LIST *NewEntry; in DataReceived()
201 NewEntry = AllocatePool (sizeof (FASTBOOT_TCP_PACKET_LIST)); in DataReceived()
470 FASTBOOT_TCP_PACKET_LIST *Entry; in TcpFastbootTransportStop()
471 FASTBOOT_TCP_PACKET_LIST *NextEntry; in TcpFastbootTransportStop()
514 Entry = (FASTBOOT_TCP_PACKET_LIST *) GetFirstNode (&mPacketListHead); in TcpFastbootTransportStop()
516 NextEntry = (FASTBOOT_TCP_PACKET_LIST *) GetNextNode (&mPacketListHead, &Entry->Link); in TcpFastbootTransportStop()
606 FASTBOOT_TCP_PACKET_LIST *Entry; in TcpFastbootTransportReceive()
612 Entry = (FASTBOOT_TCP_PACKET_LIST *) GetFirstNode (&mPacketListHead); in TcpFastbootTransportReceive()