Lines Matching full:transmit
3 transmit packets, receive packets, and close a network interface.
8 Tx - Transmit
94 /// Transmit statistics.
128 /// Number of frames that failed to transmit after exceeding the retry limit.
231 /// TRUE if the network interface can transmit more than one packet at a time.
285 Resets a network adapter and allocates the transmit and receive buffers
287 of additional transmit and receive buffers.
295 @param ExtraTxBufferSize The size, in bytes, of the extra transmit buffer space
303 @retval EFI_OUT_OF_RESOURCES There was not enough memory for the transmit and
509 Reads the current interrupt status and recycled transmit buffer status from
517 it will also be cleared. Clearing the transmit interrupt
518 does not empty the recycled transmit buffer array.
519 @param TxBuf Recycled transmit buffer address. The network interface will
520 not transmit if its internal recycled transmit buffer array
521 is full. Reading the transmit buffer does not clear the
522 transmit interrupt. If this is NULL, then the transmit buffer
523 status will not be read. If there are no transmit buffers to
542 Places a packet in the transmit queue of a network interface.
546 the Transmit() function. If HeaderSize is non-zero, then it
555 filled in by the Transmit() function.
565 @retval EFI_SUCCESS The packet was placed on the transmit queue.
567 @retval EFI_NOT_READY The network interface is too busy to accept this transmit request.
610 @retval EFI_NOT_READY The network interface is too busy to accept this transmit
661 EFI_SIMPLE_NETWORK_TRANSMIT Transmit; member