Home | History | Annotate | Download | only in SimpleNetwork

Lines Matching defs:Transmit

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
500 not transmit if its internal recycled transmit buffer array
501 is full. Reading the transmit buffer does not clear the
502 transmit interrupt. If this is NULL, then the transmit buffer
503 status will not be read. If there are no transmit buffers to
530 Places a packet in the transmit queue of a network interface.
535 the Transmit() function. If HeaderSize is non-zero, then it
544 filled in by the Transmit() function.
555 EFI_SUCCESS - The packet was placed on the transmit queue.
557 EFI_NOT_READY - The network interface is too busy to accept this transmit
606 EFI_NOT_READY - The network interface is too busy to accept this transmit
631 EFI_SIMPLE_NETWORK_TRANSMIT Transmit;