Searched defs:txdesc (Results 1 – 2 of 2) sorted by relevance
60 struct txdesc { struct61 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 */
106 struct txdesc { struct107 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 */