HomeSort by relevance Sort by last modified time
    Searched refs:tx_buffer (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/net/
rtl8139.c 181 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4))); variable
419 memcpy((char *)tx_buffer, (char *)packet, (int)length);
426 tx_buffer[len++] = '\0';
429 flush_cache((unsigned long)tx_buffer, length);
430 outl(phys_to_bus((int)tx_buffer), ioaddr + TxAddr0 + cur_tx*4);
macb.c 112 void *tx_buffer; member in struct:macb_device
  /external/nos/host/generic/nugget/include/
application.h 114 * bytes into the tx_buffer provided, and return the number of bytes to send
122 uint8_t *tx_buffer,

Completed in 684 milliseconds