Searched defs:_OHCI_TRANSFER_DESCRIPTOR (Results 1 – 1 of 1) sorted by relevance
74 typedef struct _OHCI_TRANSFER_DESCRIPTOR { // must be aligned to a 16-byte boundary struct75 OHCI_TRANSFER_CONTROL Control;76 ULONG CurrentBuffer; // physical address of the next memory location77 ULONG NextTD; // pointer to the next TD on the list of TDs78 ULONG BufferEnd; // physical address of the last byte