Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h40 #define XHCI_MAX_STREAMS 8 macro
43 #define XHCI_MAX_STREAMS 1 macro
354 struct xhci_trb trb[(XHCI_MAX_STREAMS *
355 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
415 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
418 uint8_t trb_used[XHCI_MAX_STREAMS];
419 uint8_t trb_index[XHCI_MAX_STREAMS];
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h67 #define XHCI_MAX_STREAMS 8 macro
70 #define XHCI_MAX_STREAMS 1 macro
343 struct xhci_trb trb[(XHCI_MAX_STREAMS *
344 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];