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
879 epctx->pstreams[i].sct = -1; in xhci_reset_streams()
885 assert(epctx->pstreams == NULL); in xhci_alloc_streams()
887 epctx->pstreams = xhci_alloc_stream_contexts(epctx->nr_pstreams, base); in xhci_alloc_streams()
892 assert(epctx->pstreams != NULL); in xhci_free_streams()
894 g_free(epctx->pstreams); in xhci_free_streams()
895 epctx->pstreams = NULL; in xhci_free_streams()
1018 sctx = epctx->pstreams + streamid; in xhci_find_stream()