Searched refs:TX_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
98 #define TX_BUF_SIZE 0x0F00 macro101 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)107 #define TX_BUF_SIZE 0x7C00 macro111 #define CMD_BASE (TX_BASE + TX_BUF_SIZE)
15 #define TX_BUF_SIZE 2048 macro
93 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro215 static unsigned char tx_buffer[TX_BUF_SIZE] __aligned(4);
67 #define TX_BUF_SIZE 1536 macro222 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
66 #define TX_BUF_SIZE 1536 macro247 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
36 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)
Completed in 13 milliseconds