Searched refs:dev_max_streams (Results 1 – 1 of 1) sorted by relevance
950 int i, r, nr_eps, req_nr_streams, dev_max_streams; in xhci_alloc_device_streams() local959 dev_max_streams = eps[0]->max_streams; in xhci_alloc_device_streams()971 if (eps[i]->max_streams != dev_max_streams) { in xhci_alloc_device_streams()991 if (req_nr_streams > dev_max_streams) { in xhci_alloc_device_streams()992 req_nr_streams = dev_max_streams; in xhci_alloc_device_streams()