Lines Matching refs:stream
17 Once a buffer has been queued to a stream ring, the device is notified (through
18 an out-of-band mechanism on another endpoint) that data is ready for that stream
19 ID. The device then tells the host which "stream" it wants to start. The host
20 can also initiate a transfer on a stream without the device asking, but the
33 allocate memory so the driver can use up to num_streams stream IDs. They must
34 pass an array of usb_host_endpoints that need to be setup with similar stream
35 IDs. This is to ensure that a UASP driver will be able to use the same stream
41 declares how many stream IDs it can support, and each bulk endpoint on a
42 SuperSpeed device will say how many stream IDs it can handle. Therefore,
43 drivers should be able to deal with being allocated less stream IDs than they
60 To queue an URB for a specific stream, set the urb->stream_id value. If the
63 Note that new API to choose the next stream ID will have to be added if the xHCI
64 driver supports secondary stream IDs.
77 All stream IDs will be deallocated when the driver releases the interface, to