Home
last modified time | relevance | path

Searched refs:TX_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/net/
A Dax88180.h98 #define TX_BUF_SIZE 0x0F00 macro
101 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
107 #define TX_BUF_SIZE 0x7C00 macro
111 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
A Dbcm-sf2-eth.h15 #define TX_BUF_SIZE 2048 macro
A Drtl8139.c93 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro
215 static unsigned char tx_buffer[TX_BUF_SIZE] __aligned(4);
A Dnatsemi.c67 #define TX_BUF_SIZE 1536 macro
222 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
A Dns8382x.c66 #define TX_BUF_SIZE 1536 macro
247 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
A Dbcm-sf2-eth-gmac.c36 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)

Completed in 13 milliseconds