Searched refs:dev_max_streams (Results 1 – 1 of 1) sorted by relevance
945 int i, r, nr_eps, req_nr_streams, dev_max_streams; in xhci_alloc_device_streams() local954 dev_max_streams = eps[0]->max_streams; in xhci_alloc_device_streams()966 if (eps[i]->max_streams != dev_max_streams) { in xhci_alloc_device_streams()986 if (req_nr_streams > dev_max_streams) { in xhci_alloc_device_streams()987 req_nr_streams = dev_max_streams; in xhci_alloc_device_streams()