Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c287 unsigned int max_pstreams; member
886 epctx->nr_pstreams = 2 << epctx->max_pstreams; in xhci_alloc_streams()
1114 epctx->max_pstreams = (ctx[0] >> 10) & epctx->xhci->max_pstreams_mask; in xhci_init_epctx()
1116 if (epctx->max_pstreams) { in xhci_init_epctx()