Lines Matching +full:can +full:- +full:secondary
8 device driver to overload a bulk endpoint so that multiple transfers can be
13 Protocol, which uses streams to queue multiple SCSI commands, can be found on
17 Device-side implications
21 an out-of-band mechanism on another endpoint) that data is ready for that stream
23 can also initiate a transfer on a stream without the device asking, but the
24 device can refuse that transfer. Devices can switch between streams at any
38 allocate memory so the driver can use up to num_streams stream IDs. They must
41 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence.
46 declares how many stream IDs it can support, and each bulk endpoint on a
47 SuperSpeed device will say how many stream IDs it can handle. Therefore,
65 To queue an URB for a specific stream, set the urb->stream_id value. If the
69 driver supports secondary stream IDs.