Searched defs:Td (Results 1 – 11 of 11) sorted by relevance
/plan9/sys/src/9/pc/ |
H A D | usbohci.c | 33 typedef struct Td Td; typedef 229 struct Td struct 235 ushort offsets[8]; /* used by Iso Tds only */ argument 237 Td* next; /* in free or Ed tds list */ argument 238 Td* anext; /* in avail td list (iso) */ argument 239 Ep* ep; /* using this Td for I/O */ argument 240 Qio* io; /* using this Td for I/O */ argument 241 Block* bp; /* data for this Td */ argument 242 ulong nbytes; /* bytes in this Td */ argument 244 ulong last; /* true for last Td in Qio */ argument
|
H A D | ether82598.c | 208 typedef struct Td Td; typedef 285 struct Td { /* Transmit Descriptor */ struct 286 u32int addr[2]; 287 ushort length; 288 uchar cso; 289 uchar cmd; 290 uchar status; 291 uchar css; 292 ushort vlan;
|
H A D | usbuhci.c | 26 typedef struct Td Td; typedef 260 struct Td struct 262 ulong link; /* Link to next Td or Qh */ argument 267 Td* next; /* in qh or Isoio or free list */ argument 272 uchar sbuff[Tdndata]; /* embedded buffer, for small transfers */ argument 284 #define TPTR(q) ((Td*)PTR(q)) argument
|
H A D | ether8139.c | 148 typedef struct Td Td; typedef 149 struct Td { /* Soft Transmit Descriptor */ struct 150 int tsd; 151 int tsad; 175 Tdbsz = ROUNDUP(sizeof(Etherpkt), 4), argument
|
H A D | etherigbe.c | 393 typedef struct Td Td; typedef 394 struct Td { /* Transmit Descriptor */ struct 410 enum { /* Td control */ argument
|
H A D | ether82563.c | 325 typedef struct Td Td; typedef 356 struct Td { /* Transmit Descriptor */ struct 362 enum { /* Tdesc control */ argument
|
H A D | uartaxp.c | 149 Td = 0x0002, /* Transmitter Disabled */ enumerator
|
H A D | ether83815.c | 60 Td = 1<<23, /* transmission deferred */ enumerator
|
H A D | etherdp83820.c | 305 Td = 0x00800000, /* Transmit Deferred */ enumerator
|
/plan9/sys/src/9/port/ |
H A D | usbehci.c | 41 typedef struct Td Td; typedef 300 struct Td struct 302 ulong nlink; /* to next Td */ argument 303 ulong alink; /* alternate link to next Td */ argument 310 Td* next; /* in qh or Isoio or free list */ argument 328 ulong tclink; /* current Td (No Term bit here!) */ argument
|
/plan9/sys/src/cmd/jpg/ |
H A D | readjpg.c | 628 int Td[3], Ta[3], H[3], V[3], DC[3]; in baselinescan() local 899 int Td[3], DC[3], blockno[3]; in progressivedc() local
|