Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c290 XHCIStreamContext *pstreams; member
874 epctx->pstreams[i].sct = -1; in xhci_reset_streams()
880 assert(epctx->pstreams == NULL); in xhci_alloc_streams()
882 epctx->pstreams = xhci_alloc_stream_contexts(epctx->nr_pstreams, base); in xhci_alloc_streams()
887 assert(epctx->pstreams != NULL); in xhci_free_streams()
889 g_free(epctx->pstreams); in xhci_free_streams()
890 epctx->pstreams = NULL; in xhci_free_streams()
1013 sctx = epctx->pstreams + streamid; in xhci_find_stream()