Home
last modified time | relevance | path

Searched refs:req_nr_streams (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c953 int i, r, nr_eps, req_nr_streams, dev_max_streams; in xhci_alloc_device_streams() local
961 req_nr_streams = epctxs[0]->nr_pstreams; in xhci_alloc_device_streams()
970 if (epctxs[i]->nr_pstreams != req_nr_streams) { in xhci_alloc_device_streams()
994 if (req_nr_streams > dev_max_streams) { in xhci_alloc_device_streams()
995 req_nr_streams = dev_max_streams; in xhci_alloc_device_streams()
998 r = usb_device_alloc_streams(eps[0]->dev, eps, nr_eps, req_nr_streams); in xhci_alloc_device_streams()