Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h40 #define XHCI_MAX_STREAMS 8 macro
43 #define XHCI_MAX_STREAMS 1 macro
328 struct xhci_trb trb[(XHCI_MAX_STREAMS *
329 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
387 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
390 uint8_t trb_used[XHCI_MAX_STREAMS];
391 uint8_t trb_index[XHCI_MAX_STREAMS];
Dxhci.c907 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
2345 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2463 for (x = 0; x != XHCI_MAX_STREAMS; x++) { in xhci_configure_endpoint_by_xfer()
2476 XHCI_MAX_STREAMS) + x].qwTrb0 = htole64(temp); in xhci_configure_endpoint_by_xfer()
2480 XHCI_MAX_STREAMS) + x].dwTrb2 = 0; in xhci_configure_endpoint_by_xfer()
2482 XHCI_MAX_STREAMS) + x].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()
3891 XHCI_MAX_STREAMS); i++) { in xhci_configure_msg()
4119 for (p = 0; p != XHCI_MAX_STREAMS; p++) { in xhci_device_resume()