[USBEHCI_NEW]
authorMichael Martin <michael.martin@reactos.org>
Mon, 18 Apr 2011 11:34:02 +0000 (11:34 +0000)
committerMichael Martin <michael.martin@reactos.org>
Mon, 18 Apr 2011 11:34:02 +0000 (11:34 +0000)
commitd3e13a4adabbb643c0541768243057199b7ebdde
tree0458a05358bf559e4afbc78ee31fa48acb5faa2e
parent9067f34e6f3856434978647466a68c7f12561da2
[USBEHCI_NEW]
- Use PQUEUE_HEAD as the Head of pending list  and Async (Active) list vice using PLIST_ENTRY.
- Implement linking/unlinking a QueueHead to these Head QueueHeads.
- Implement chain linking/unlinking of QueueHeads. Thr plan being to used these functions during DMA operations to pull a number of QueueHeads from the pending list to place into the Async list for execution.
- Will look for optimization in these functions later.

svn path=/branches/usb-bringup/; revision=51390
drivers/usb/usbehci_new/usb_queue.cpp