Searched refs:TX_BUF_SIZE (Results 1 – 9 of 9) 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
94 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro181 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
67 #define TX_BUF_SIZE 1536 macro222 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
65 #define TX_BUF_SIZE 1536 macro246 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(8)));
20 #define TX_BUF_SIZE 2000 macro
31 #define TX_BUF_SIZE_ALIGNED ALIGN(TX_BUF_SIZE, ARCH_DMA_MINALIGN)
8 #define TX_BUF_SIZE ETH_MTU /* must be same as in pkt_rx*.* */ macro88 BYTE data [TX_BUF_SIZE];
17 TX_BUF_SIZE = 1500 define59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer