Home
last modified time | relevance | path

Searched defs:txdesc (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Dotulip.h60 struct txdesc { struct
61 unsigned long status; /* owner, status */
62 unsigned long buf1sz:11, /* size of buffer 1 */
63 buf2sz:11, /* size of buffer 2 */
64 control:10; /* control bits */
65 const unsigned char *buf1addr; /* buffer 1 address */
66 const unsigned char *buf2addr; /* buffer 2 address */
Ddavicom.c106 struct txdesc { struct
107 volatile unsigned long status; /* owner, status */
108 unsigned long buf1sz:11, /* size of buffer 1 */
109 buf2sz:11, /* size of buffer 2 */
110 control:10; /* control bits */
111 const unsigned char *buf1addr; /* buffer 1 address */
112 const unsigned char *buf2addr; /* buffer 2 address */