HomeSort by relevance Sort by last modified time
    Searched defs:Transmit (Results 1 - 25 of 40) sorted by null

1 2

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
TpmMp.h 113 This service transmit data to the TPM and get response from TPM
116 @param[in] TransmitBuf Pointer to a buffer containing TPM transmit data.
145 EFI_TPM_MP_TRANSMIT Transmit;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 3 transmit packets, receive packets, and close a network interface.
84 Resets a network adapter and allocates the transmit and receive buffers
86 of additional transmit and receive buffers.
94 @param ExtraTxBufferSize The size, in bytes, of the extra transmit buffer space
102 @retval EFI_OUT_OF_RESOURCES There was not enough memory for the transmit and
308 Reads the current interrupt status and recycled transmit buffer status from
316 it will also be cleared. Clearing the transmit interrupt
317 does not empty the recycled transmit buffer array.
318 @param TxBuf Recycled transmit buffer address. The network interface will
319 not transmit if its internal recycled transmit buffer array
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ManagedNetwork/
ManagedNetwork.h 155 EFI_MANAGED_NETWORK_TRANSMIT Transmit;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ManagedNetwork.h 44 /// from the MNP transmit queue will be dropped if its receive timeout expires.
179 reset to startup defaults and all pending transmit and receive
259 Places asynchronous outgoing data packets into the transmit queue.
262 @param Token The pointer to a token associated with the transmit data descriptor.
264 @retval EFI_SUCCESS The transmit completion token was cached.
267 @retval EFI_ACCESS_DENIED The transmit completion token is already in the transmit queue.
268 @retval EFI_OUT_OF_RESOURCES The transmit data could not be queued due to a lack of system resources
271 @retval EFI_NOT_READY The transmit request could not be queued because the transmit queue is full.
    [all...]
Udp6.h 3 the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive
88 /// EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified.
152 /// The transmit timeout value (number of microseconds) to be associated with each
255 /// The EFI_UDP6_COMPLETION_TOKEN structures are used for both transmit and receive operations.
257 /// Protocol client. After the transmit operation completes, the Status field is updated by the
271 /// - EFI_SUCCESS: The receive or transmit operation completed successfully.
272 /// - EFI_ABORTED: The receive or transmit was aborted.
273 /// - EFI_TIMEOUT: The transmit timeout expired.
286 /// - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check.
412 Queues outgoing data packets into the transmit queue.
    [all...]
Supplicant.h 199 // Indicates that the keys are being installed for the transmit direction.
201 Transmit,
204 // transmit directions.
Udp4.h 5 to transmit and receive UDP packets.
293 transmit and receive queues.
295 poll the underlying communications device fast enough to transmit and/or receive
305 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
353 Queues outgoing data packets into the transmit queue.
355 The Transmit() function places a sending request to this instance of the EFI
356 UDPv4 Protocol, alongside the transmit data that was filled by the user. Whenever
364 transmit queue.
371 @retval EFI_ACCESS_DENIED The transmit completion token with the same
372 Token.Event was already in the transmit queue.
    [all...]
Ip4.h 130 /// transmit timeout event to be associated with each outgoing
318 If operational parameters are reset or changed, any pending transmit and receive
451 Places outgoing data packets into the transmit queue.
453 The Transmit() function places a sending request in the transmit queue of this
458 @param Token The pointer to the transmit token.
465 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
466 was already in the transmit queue.
467 @retval EFI_NOT_READY The completion token could not be queued because the transmit
470 @retval EFI_OUT_OF_RESOURCES Could not queue the transmit data.
    [all...]
SimpleNetwork.h 3 transmit packets, receive packets, and close a network interface.
8 Tx - Transmit
101 /// Transmit statistics.
135 /// Number of frames that failed to transmit after exceeding the retry limit.
238 /// TRUE if the network interface can transmit more than one packet at a time.
291 Resets a network adapter and allocates the transmit and receive buffers
293 of additional transmit and receive buffers.
301 @param ExtraTxBufferSize The size, in bytes, of the extra transmit buffer space
309 @retval EFI_OUT_OF_RESOURCES There was not enough memory for the transmit and
515 Reads the current interrupt status and recycled transmit buffer status from
    [all...]
Tcp4.h 392 Queues outgoing data into the transmit queue.
395 @param Token The pointer to the completion token to queue to the transmit queue.
409 - A transmit completion token with the same Token->CompletionToken.Event
416 transmit queue is full.
417 @retval EFI_OUT_OF_RESOURCES Could not queue the transmit data because of resource
509 EFI_TCP4_PROTOCOL.Transmit() or
523 completed or wasn't issued by Transmit() and Receive().
536 Poll to receive incoming data and transmit outgoing segments.
567 EFI_TCP4_TRANSMIT Transmit;
Tcp6.h 338 /// allows multiple receive or transmit buffers to be specified. The
385 /// subsequent Transmit()s for efficiency.
526 be set to Tcp6StateClosed directly, the receive queue and transmit queue will be flushed,
645 Queues outgoing data into the transmit queue.
647 The Transmit() function queues a sending request to this TCP instance along with the
652 @param[in] Token Pointer to the completion token to queue to the transmit queue.
667 - A transmit completion token with the same Token->
675 transmit queue is full.
676 @retval EFI_OUT_OF_RESOURCES Could not queue the transmit data because of resource
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.h 117 NT_NET_TRANSMIT Transmit;
164 // Array of the recycled transmit buffer address.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 128 Transmit("terminate");
146 protected virtual void Transmit(string @event) {
154 Transmit("enterRule\t" + grammarFileName + "\t" + ruleName);
158 Transmit("enterAlt\t" + alt);
162 Transmit("exitRule\t" + grammarFileName + "\t" + ruleName);
166 Transmit("enterSubRule\t" + decisionNumber);
170 Transmit("exitSubRule\t" + decisionNumber);
174 Transmit("enterDecision\t" + decisionNumber);
178 Transmit("exitDecision\t" + decisionNumber);
183 Transmit("consumeToken\t" + buf)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 137 Transmit( "terminate" );
162 protected virtual void Transmit( string @event )
172 Transmit( "enterRule\t" + grammarFileName + "\t" + ruleName );
177 Transmit( "enterAlt\t" + alt );
182 Transmit( "exitRule\t" + grammarFileName + "\t" + ruleName );
187 Transmit( "enterSubRule\t" + decisionNumber );
192 Transmit( "exitSubRule\t" + decisionNumber );
197 Transmit( "enterDecision\t" + decisionNumber );
202 Transmit( "exitDecision\t" + decisionNumber );
208 Transmit( "consumeToken\t" + buf )
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.cc 370 int NetEqQualityTest::Transmit() {
423 decodable_time_ms_ = Transmit() + block_duration_ms_;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/
Udp4.h 204 EFI_UDP4_TRANSMIT Transmit;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 232 EFI_IP4_TRANSMIT Transmit;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 23 Tx - Transmit
98 // Transmit statistics.
223 Resets a network adapter and allocates the transmit and receive buffers
225 of additional transmit and receive buffers.
234 ExtraTxBufferSize - The size, in bytes, of the extra transmit buffer space
243 EFI_OUT_OF_RESOURCES - There was not enough memory for the transmit and
488 Reads the current interrupt status and recycled transmit buffer status from
497 it will also be cleared. Clearing the transmit interrupt
498 does not empty the recycled transmit buffer array.
499 TxBuf - Recycled transmit buffer address. The network interface will
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 236 EFI_TCP4_TRANSMIT Transmit;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.h 101 UINT32 Transmit;
129 UINT32 Transmit;
727 all the queued frames if the address resolution failed, or transmit them
  /external/syslinux/efi32/include/efi/
efinet.h 88 // Transmit statistics.
334 EFI_SIMPLE_NETWORK_TRANSMIT Transmit;
efiudp.h 153 EFI_UDP4_TRANSMIT Transmit;
266 EFI_UDP6_TRANSMIT Transmit;
  /external/syslinux/efi64/include/efi/
efinet.h 88 // Transmit statistics.
334 EFI_SIMPLE_NETWORK_TRANSMIT Transmit;
efiudp.h 153 EFI_UDP4_TRANSMIT Transmit;
266 EFI_UDP6_TRANSMIT Transmit;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 88 // Transmit statistics.
334 EFI_SIMPLE_NETWORK_TRANSMIT Transmit;

Completed in 271 milliseconds

1 2