HomeSort by relevance Sort by last modified time
    Searched defs:Received (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
XenConsoleSerialPortLib.c 163 UINTN Received;
180 Received = 0;
181 while (Received < NumberOfBytes && Consumer < Producer)
182 Buffer[Received++] = mXenConsoleInterface->in[MASK_XENCONS_IDX(Consumer++, mXenConsoleInterface->in)];
190 return Received;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Mmc/DwSdDxe/
DwSdDxe.c 545 UINT32 Data, Received, Count;
547 Received = 0;
549 while (Received < Count) {
552 *(Buffer + Received) = MmioRead32 (DWSD_FIFO_START);
553 Received++;
555 DEBUG ((EFI_D_ERROR, "Received:%d, RINTSTS:%x\n", Received, Data));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 103 /// IP4_IPSEC_WRAP wraps the packet received from MNP layer. The packet
115 /// upper layers. The received packet is kept in the Packet.
141 // User's transmit/receive tokens, and received/deliverd packets
145 LIST_ENTRY Received; // Received but not delivered packet
336 all of its IP4 children's received-but-not-delivered and
355 received-but-not-delivered and transmitted-but-not-recycle
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 120 // upper layers. The received packet is kept in the Packet.
146 // User's transmit/receive tokens, and received/deliverd packets
150 LIST_ENTRY Received; // Received but not delivered packet
380 can be sent or received by this instance. Once the parameters have been reset (by calling this
381 function with Ip6ConfigData set to NULL), no more traffic can be sent or received until these
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 646 Cache the DHCPv4 proxy offer packet according to the received order.
649 @param[in] OfferIndex The received order of offer packets.
685 @param[in] Index The received order of offer packets.
775 Cache all the received DHCPv4 offers, and set OfferIndex and OfferCount.
778 @param[in] RcvdOffer Pointer to the received offer packet.
945 // Select offer by received order.
984 @retval EFI_NOT_FOUND No boot filename received.
    [all...]
PxeBcDhcp6.c 574 Cache the DHCPv6 proxy offer packet according to the received order.
577 @param[in] OfferIndex The received order of offer packets.
828 @param[in] Index The received order of offer packets.
914 Cache all the received DHCPv6 offers, and set OfferIndex and OfferCount.
917 @param[in] RcvdOffer The pointer to the received offer packet.
1062 // Select offer by received order.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 462 // We buffer all received BINL proxy offers, try them all one by one
476 // received order.
518 // No proxy offer is received, the bootfile name MUST be set.
563 @param RcvdOffer Pointer to the received Dhcp proxy offer packet.
789 // Try the offers in the received order.
805 // DHCP only offer but no proxy offer received and no bootfile option in this offer
835 @param Packet The DHCP packet that is going to be sent or already received.
863 BOOLEAN Received;
892 Received = (BOOLEAN) ((Dhcp4Event == Dhcp4RcvdOffer) || (Dhcp4Event == Dhcp4RcvdAck));
896 Received,
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 595 @param[in] IsSend Flag of debug message to declare that the data is being sent or being received.
624 DestBuffer += AsciiSPrint (DestBuffer, DEBUG_DATA_MAXIMUM_REAL_DATA, "Received data [ ");
672 // Has received start symbol, try to read the rest part
    [all...]

Completed in 452 milliseconds