Lines Matching full:transmit

211   /// transmit timeout event to be associated with each outgoing
412 /// fragment to transmit or that has been received.
462 /// default parameters or settings for one Transmit() function call.
500 /// Total length in bytes of the FragmentTable data to transmit.
515 /// structures are used for both transmit and receive operations.
525 /// - EFI_SUCCESS: The receive or transmit completed
527 /// - EFI_ABORTED: The receive or transmit was aborted
528 /// - EFI_TIMEOUT: The transmit timeout expired.
532 /// - EFI_SECURITY_VIOLATION: The transmit or receive was
595 If operational parameters are reset or changed, any pending transmit and receive requests will be
775 Places outgoing data packets into the transmit queue.
777 The Transmit() function places a sending request in the transmit queue of this
782 @param[in] Token Pointer to the transmit token.
802 @retval EFI_ACCESS_DENIED The transmit completion token with the same Token.Event
803 was already in the transmit queue.
804 @retval EFI_NOT_READY The completion token could not be queued because the transmit
807 @retval EFI_OUT_OF_RESOURCES Could not queue the transmit data.
809 short to transmit.
862 Abort an asynchronous transmit or receive request.
864 The Cancel() function is used to abort a pending transmit or receive request.
865 If the token is in the transmit or receive request queues, after calling this
873 EFI_IP6_PROTOCOL.Transmit() or
876 defined in EFI_IP6_PROTOCOL.Transmit().
884 not found in the transmit or receive queue. It has either completed
885 or was not issued by Transmit() and Receive().
902 device and the transmit and receive queues.
905 device fast enough to transmit and/or receive all data packets without missing
917 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
929 /// used by drivers, daemons, and applications to transmit and receive network packets.
937 EFI_IP6_TRANSMIT Transmit; member