summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-mem.c
diff options
context:
space:
mode:
authorSarah Sharp <sarah.a.sharp@linux.intel.com>2009-04-27 19:59:19 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-15 21:44:49 -0700
commit8a96c052283e68fe91a6c657c175b39bfed80bed (patch)
treecf32b4462b2f3f59554b3531d866b60be2c4f6a1 /drivers/usb/host/xhci-mem.c
parente04748e3a87271fcf30d383e3780c5d3ee1c1618 (diff)
downloadop-kernel-dev-8a96c052283e68fe91a6c657c175b39bfed80bed.zip
op-kernel-dev-8a96c052283e68fe91a6c657c175b39bfed80bed.tar.gz
USB: xhci: Scatter gather list support for bulk transfers.
Add support for bulk URBs that pass scatter gather lists to xHCI. This allows xHCI to more efficiently enqueue these transfers, and allows the host controller to take advantage of USB 3.0 "bursts" for bulk endpoints. Use requested length to calculate the number of TRBs needed for a scatter gather list transfer, instead of using the number of sglist entries. The application can pass down a scatter gather list that is bigger than it needs for the requested transfer. Scatter gather entries can cross 64KB boundaries, so be careful to setup TRBs such that no buffer crosses a 64KB boundary. Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/xhci-mem.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud