Lines Matching full:transmit
124 /// transmit timeout event to be associated with each outgoing
308 If operational parameters are reset or changed, any pending transmit and receive
441 Places outgoing data packets into the transmit queue.
443 The Transmit() function places a sending request in the transmit queue of this
448 @param Token The pointer to the transmit token.
455 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
456 was already in the transmit queue.
457 @retval EFI_NOT_READY The completion token could not be queued because the transmit
460 @retval EFI_OUT_OF_RESOURCES Could not queue the transmit data.
462 short to transmit.
516 Abort an asynchronous transmit or receive request.
518 The Cancel() function is used to abort a pending transmit or receive request.
519 If the token is in the transmit or receive request queues, after calling this
527 EFI_IP4_PROTOCOL.Transmit() or
530 defined in EFI_IP4_PROTOCOL.Transmit().
540 not found in the transmit or receive queue. It has either completed
541 or was not issued by Transmit() and Receive().
557 device and the transmit and receive queues.
560 device fast enough to transmit and/or receive all data packets without missing
574 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
586 /// used by drivers, daemons, and applications to transmit and receive network packets.
593 EFI_IP4_TRANSMIT Transmit; member