Home
last modified time | relevance | path

Searched refs:dev_max_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
962 dev_max_streams = eps[0]->max_streams; in xhci_alloc_device_streams()
974 if (eps[i]->max_streams != dev_max_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()