Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c657 uint32_t i, pstreams; in pci_xhci_init_ep() local
662 pstreams = XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0); in pci_xhci_init_ep()
663 if (pstreams > 0) { in pci_xhci_init_ep()
664 DPRINTF(("init_ep %d with pstreams %u", epid, pstreams)); in pci_xhci_init_ep()
669 devep->ep_sctx_trbs = calloc(pstreams, in pci_xhci_init_ep()
671 for (i = 0; i < pstreams; i++) { in pci_xhci_init_ep()
686 devep->ep_MaxPStreams = pstreams; in pci_xhci_init_ep()