Home
last modified time | relevance | path

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

/external/grub/netboot/
Dnatsemi.c69 #define TX_BUF_SIZE 1536 macro
211 #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)));
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)));
Dsis900.c63 #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];
Dsis900.h344 #define TX_BUF_SIZE 1536 macro
Di82586.c157 #define TX_BUF_SIZE (1518+14+20+16) /* packet+header+TBD */ macro
Dvia-rhine.c30 #define TX_BUF_SIZE 1536 macro