Searched refs:Tx (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DTechNotes.txt71 VirtioNetInitRing {Rx, Tx} | | VirtioNetShutdownRx [SnpSharedHelpers.c]
73 VirtioNetInitTx | | VirtioRingUninit {Tx, Rx}
120 - VirtioNetTransmit [SnpTransmit.c]: queue a Tx packet for asynchronous
124 Tx packets;
202 Requests (Rx and Tx alike) are always submitted by the guest and processed by
203 the host. For Tx, processing means transmission. For Rx, processing means
301 Virtio internals -- Tx
337 function reports no Tx completion. Otherwise, a head descriptor's index is
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.h215 TFTP_PACKET Tx[ MAX_PACKETS ];///< Transmit packets member in struct:_TSDT_CONNECTION_CONTEXT
H A DTftpServer.c161 pPacket = &pContext->Tx[ 0 ];
162 pEnd = &pPacket[ DIM ( pContext->Tx )];

Completed in 28 milliseconds