Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c889 epctx->nr_pstreams = 2 << epctx->max_pstreams; in xhci_alloc_streams()
924 if (!epctx || !epctx->nr_pstreams || !ep) { in xhci_epmask_to_eps_with_streams()
1076 trace_usb_xhci_ep_state(epctx->slotid, epctx->epid, in xhci_set_ep_state()
1103 return epctx; in xhci_alloc_epctx()
1122 xhci_ring_init(epctx->xhci, &epctx->ring, dequeue); in xhci_init_epctx()
1172 xfer->epctx = epctx; in xhci_ep_alloc_xfer()
1573 XHCIEPContext *epctx = xfer->epctx; in xhci_stall_ep() local
1578 if (epctx->type == ET_ISO_IN || epctx->type == ET_ISO_OUT) { in xhci_stall_ep()
1741 uint64_t kick = epctx->mfindex_last + epctx->interval; in xhci_calc_intr_kick()
1754 asap <= epctx->mfindex_last + epctx->interval * 4) { in xhci_calc_iso_kick()
[all …]