Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c905 XHCIEPContext **epctxs, in xhci_epmask_to_eps_with_streams() argument
928 if (epctxs) { in xhci_epmask_to_eps_with_streams()
929 epctxs[j] = epctx; in xhci_epmask_to_eps_with_streams()
951 XHCIEPContext *epctxs[30]; in xhci_alloc_device_streams() local
955 nr_eps = xhci_epmask_to_eps_with_streams(xhci, slotid, epmask, epctxs, in xhci_alloc_device_streams()
961 req_nr_streams = epctxs[0]->nr_pstreams; in xhci_alloc_device_streams()
970 if (epctxs[i]->nr_pstreams != req_nr_streams) { in xhci_alloc_device_streams()