Home
last modified time | relevance | path

Searched defs:txb (Results 1 – 5 of 5) sorted by relevance

/external/grub/netboot/
Dotulip.c48 #define txb ((char *)0x10000 - NRXD * BUFLEN - BUFLEN) macro
51 static unsigned char txb[BUFLEN]; variable
Ddavicom.c142 #define txb ((char *)0x10000 - BUFLEN) macro
144 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4))); variable
Dsis900.c63 #define txb ((char *)0x10000 - TX_BUF_SIZE) macro
66 static unsigned char txb[TX_BUF_SIZE]; variable
Dnatsemi.c211 #define txb ((char *)0x10000 - TX_BUF_SIZE) macro
214 static unsigned char txb[TX_BUF_SIZE] __attribute__ ((aligned(4))); variable
Dtulip.c389 #define txb ((char *)0x10000 - BUFLEN) macro
391 static unsigned char txb[BUFLEN] __attribute__ ((aligned(4))); variable