Searched defs:TX_BUF_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/grub/netboot/
H A Di82586.c157 #define TX_BUF_SIZE (1518+14+20+16) /* packet+header+TBD */ macro
H A Dnatsemi.c70 #define TX_BUF_SIZE 1536
212 #define txb ((char *)0x10000 - TX_BUF_SIZE)
213 #define rxb ((char *)0x10000 - NUM_RX_DESC*RX_BUF_SIZE - TX_BUF_SIZE)
215 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4)));
69 #define TX_BUF_SIZE macro
H A Drtl8139.c78 #define TX_BUF_SIZE ETH_FRAME_LEN /* FCS is added by the chip */ macro
162 static unsigned char tx_buffer[TX_BUF_SIZE] __attribute__((aligned(4)));
H A Dsis900.h344 #define TX_BUF_SIZE 1536 macro
H A Dvia-rhine.c30 #define TX_BUF_SIZE 1536 macro

Completed in 713 milliseconds