Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c246 unsigned int streamid; member
1015 assert(streamid != 0); in xhci_find_stream()
1017 if (streamid >= epctx->nr_pstreams) { in xhci_find_stream()
1021 sctx = epctx->pstreams + streamid; in xhci_find_stream()
1865 xhci_kick_epctx(epctx, streamid); in xhci_kick_ep()
1956 streamid = 0; in xhci_kick_epctx()
1994 xfer->streamid = streamid; in xhci_kick_epctx()
3142 unsigned int epid, streamid; in xhci_doorbell_write() local
3162 streamid = (val >> 16) & 0xffff; in xhci_doorbell_write()
3169 xhci_kick_ep(xhci, reg, epid, streamid); in xhci_doorbell_write()
[all …]
H A Dtrace-events171 …dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid %d, epid %d, st…
172 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
176 …t(void *xfer, uint32_t slotid, uint32_t epid, uint32_t streamid) "%p: slotid %d, epid %d, streamid
/qemu/hw/arm/
H A Dtrace-events44 smmuv3_cmdq_cfgi_ste(int streamid) "streamid= 0x%x"