Home
last modified time | relevance | path

Searched refs:XHCI_MAX_STREAMS (Results 1 – 3 of 3) 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];
H A Dxhci.c903 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
2359 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2477 for (x = 0; x != XHCI_MAX_STREAMS; x++) { in xhci_configure_endpoint_by_xfer()
2490 XHCI_MAX_STREAMS) + x].qwTrb0 = htole64(temp); in xhci_configure_endpoint_by_xfer()
2494 XHCI_MAX_STREAMS) + x].dwTrb2 = 0; in xhci_configure_endpoint_by_xfer()
2496 XHCI_MAX_STREAMS) + x].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()
3935 XHCI_MAX_STREAMS); i++) { in xhci_configure_msg()
4218 for (p = 0; p != XHCI_MAX_STREAMS; p++) { in xhci_device_resume()
/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];