Searched refs:nr_pstreams (Results 1 – 1 of 1) sorted by relevance
289 unsigned int nr_pstreams; member873 for (i = 0; i < epctx->nr_pstreams; i++) { in xhci_reset_streams()881 epctx->nr_pstreams = 2 << epctx->max_pstreams; in xhci_alloc_streams()882 epctx->pstreams = xhci_alloc_stream_contexts(epctx->nr_pstreams, base); in xhci_alloc_streams()891 epctx->nr_pstreams = 0; in xhci_free_streams()916 if (!epctx || !epctx->nr_pstreams || !ep) { in xhci_epmask_to_eps_with_streams()953 req_nr_streams = epctxs[0]->nr_pstreams; in xhci_alloc_device_streams()962 if (epctxs[i]->nr_pstreams != req_nr_streams) { in xhci_alloc_device_streams()1009 if (streamid >= epctx->nr_pstreams) { in xhci_find_stream()1046 if (epctx->nr_pstreams) { in xhci_set_ep_state()[all …]