freebsd-dev/sys/dev/usb/storage
Alexander Motin 789f39c3dc Implement use of multiple transfers per I/O.
This change removes limitation of single S/G list entry and limitation on
maximal I/O size, using multiple data transfers per I/O if needed.  Also
it removes code duplication between send and receive paths, which are now
completely equal.
2017-02-26 06:25:55 +00:00
..
cfumass.c Implement use of multiple transfers per I/O. 2017-02-26 06:25:55 +00:00
rio500_usb.h
umass.c Improve USB polling mode by not locking any mutexes, asserting any 2016-09-14 12:07:34 +00:00
urio.c
ustorage_fs.c