Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c858 XHCIStreamContext *stctx; in xhci_alloc_stream_contexts() local
861 stctx = g_new0(XHCIStreamContext, count); in xhci_alloc_stream_contexts()
863 stctx[i].pctx = base + i * 16; in xhci_alloc_stream_contexts()
864 stctx[i].sct = -1; in xhci_alloc_stream_contexts()
866 return stctx; in xhci_alloc_stream_contexts()
1870 XHCIStreamContext *stctx = NULL; in xhci_kick_epctx() local
1926 xhci_set_ep_state(xhci, epctx, stctx, epctx->state); in xhci_kick_epctx()
1940 stctx = xhci_find_stream(epctx, streamid, &err); in xhci_kick_epctx()
1941 if (stctx == NULL) { in xhci_kick_epctx()
1944 ring = &stctx->ring; in xhci_kick_epctx()
[all …]