Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h142 UINT8 LastAck; // The last ack packet type member
DDebugAgent.c369 …Mailbox->ToBeCheckSum = Mailbox->CheckSum + CalculateSum8 ((UINT8 *)&Mailbox->LastAck, sizeof(UINT… in UpdateMailboxContent()
371 Mailbox->LastAck = (UINT8) Value; in UpdateMailboxContent()
1929 SendAckPacket (Mailbox->LastAck); in CommandCommunication()