Searched refs:TX_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance
69 #define TX_BUF_SIZE 1536 macro211 #define txb ((char *)0x10000 - TX_BUF_SIZE)212 #define rxb ((char *)0x10000 - NUM_RX_DESC*RX_BUF_SIZE - TX_BUF_SIZE)214 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
78 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro162 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
63 #define txb ((char *)0x10000 - TX_BUF_SIZE)64 #define rxb ((char *)0x10000 - NUM_RX_DESC*RX_BUF_SIZE - TX_BUF_SIZE)66 static unsigned char txb[TX_BUF_SIZE];
344 #define TX_BUF_SIZE 1536 macro
157 #define TX_BUF_SIZE (1518+14+20+16) /* packet+header+TBD */ macro
30 #define TX_BUF_SIZE 1536 macro