Searched refs:Udp4Rx (Results 1 – 3 of 3) sorted by relevance
199 pRxData = pPacket->Op.Udp4Rx.pRxData; in EslUdp4PacketFree()205 pPacket->Op.Udp4Rx.pRxData = NULL; in EslUdp4PacketFree()328 pRxData = pPacket->Op.Udp4Rx.pRxData; in EslUdp4Receive()509 Status = pIo->Token.Udp4Rx.Status; in EslUdp4RxComplete()514 pRxData = pIo->Token.Udp4Rx.Packet.RxData; in EslUdp4RxComplete()539 pPacket->Op.Udp4Rx.pRxData = pRxData; in EslUdp4RxComplete()1204 sizeof (((ESL_PACKET *)0 )->Op.Udp4Rx ),1205 sizeof (((ESL_PACKET *)0 )->Op.Udp4Rx ),1206 OFFSET_OF ( ESL_IO_MGMT, Token.Udp4Rx.Packet.RxData ),
219 ESL_UDP4_RX_DATA Udp4Rx; ///< Receive operation description member268 EFI_UDP4_COMPLETION_TOKEN Udp4Rx; ///< UDP4 receive token member
1267 EFI_UDP4_RECEIVE_DATA *Udp4Rx; in EfiPxeBcUdpRead() local1288 Udp4Rx = NULL; in EfiPxeBcUdpRead()1448 Udp4Rx = Udp4Token.Packet.RxData; in EfiPxeBcUdpRead()1449 ASSERT (Udp4Rx != NULL); in EfiPxeBcUdpRead()1453 HeaderLen = MIN (*HeaderSize, Udp4Rx->DataLength); in EfiPxeBcUdpRead()1456 if (Udp4Rx->DataLength - HeaderLen > *BufferSize) { in EfiPxeBcUdpRead()1462 *BufferSize = Udp4Rx->DataLength - HeaderLen; in EfiPxeBcUdpRead()1466 for (FragmentIndex = 0; FragmentIndex < Udp4Rx->FragmentCount; FragmentIndex++) { in EfiPxeBcUdpRead()1467 FragmentLength = Udp4Rx->FragmentTable[FragmentIndex].FragmentLength; in EfiPxeBcUdpRead()1468 FragmentBuffer = Udp4Rx->FragmentTable[FragmentIndex].FragmentBuffer; in EfiPxeBcUdpRead()[all …]