Lines Matching refs:streamid
246 unsigned int streamid; member
306 unsigned int epid, unsigned int streamid);
307 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid);
1005 unsigned int streamid, in xhci_find_stream() argument
1012 assert(streamid != 0); in xhci_find_stream()
1014 if (streamid >= epctx->nr_pstreams) { in xhci_find_stream()
1018 sctx = epctx->pstreams + streamid; in xhci_find_stream()
1391 unsigned int epid, unsigned int streamid, in xhci_set_ep_dequeue() argument
1406 trace_usb_xhci_ep_set_dequeue(slotid, epid, streamid, pdequeue); in xhci_set_ep_dequeue()
1425 sctx = xhci_find_stream(epctx, streamid, &err); in xhci_set_ep_dequeue()
1582 sctx = xhci_find_stream(epctx, xfer->streamid, &err); in xhci_stall_ep()
1615 usb_packet_setup(&xfer->packet, dir, ep, xfer->streamid, in xhci_setup_packet()
1690 xfer->epctx->epid, xfer->streamid); in xhci_fire_ctl_transfer()
1837 xfer->epctx->epid, xfer->streamid); in xhci_fire_transfer()
1842 unsigned int epid, unsigned int streamid) in xhci_kick_ep() argument
1863 xhci_kick_epctx(epctx, streamid); in xhci_kick_ep()
1873 static void xhci_kick_epctx(XHCIEPContext *epctx, unsigned int streamid) in xhci_kick_epctx() argument
1885 trace_usb_xhci_ep_kick(epctx->slotid, epctx->epid, streamid); in xhci_kick_epctx()
1946 stctx = xhci_find_stream(epctx, streamid, &err); in xhci_kick_epctx()
1954 streamid = 0; in xhci_kick_epctx()
1992 xfer->streamid = streamid; in xhci_kick_epctx()
2550 unsigned int streamid = (trb.status >> 16) & 0xffff; in xhci_process_commands() local
2552 epid, streamid, in xhci_process_commands()
3151 unsigned int epid, streamid; in xhci_doorbell_write() local
3171 streamid = (val >> 16) & 0xffff; in xhci_doorbell_write()
3178 xhci_kick_ep(xhci, reg, epid, streamid); in xhci_doorbell_write()
3270 xhci_kick_epctx(xfer->epctx, xfer->streamid); in xhci_complete()