Home
last modified time | relevance | path

Searched defs:streamid (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/usr.sbin/bhyve/
H A Dpci_xhci.c1226 if (streamid >= devep->ep_MaxPStreams) in pci_xhci_cmd_set_tr() local
1189 pci_xhci_find_stream(struct pci_xhci_softc * sc,struct xhci_endp_ctx * ep,struct pci_xhci_dev_ep * devep,uint32_t streamid) pci_xhci_find_stream() argument
1634 pci_xhci_update_ep_ring(struct pci_xhci_softc * sc,struct pci_xhci_dev_emu * dev __unused,struct pci_xhci_dev_ep * devep,struct xhci_endp_ctx * ep_ctx,uint32_t streamid,uint64_t ringaddr,int ccs) pci_xhci_update_ep_ring() argument
1712 pci_xhci_handle_transfer(struct pci_xhci_softc * sc,struct pci_xhci_dev_emu * dev,struct pci_xhci_dev_ep * devep,struct xhci_endp_ctx * ep_ctx,struct xhci_trb * trb,uint32_t slot,uint32_t epid,uint64_t addr,uint32_t ccs,uint32_t streamid) pci_xhci_handle_transfer() argument
1902 pci_xhci_device_doorbell(struct pci_xhci_softc * sc,uint32_t slot,uint32_t epid,uint32_t streamid) pci_xhci_device_doorbell() argument
[all...]
H A Dusb_emul.h103 uint32_t streamid; member