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.h41 #define XHCI_MAX_STREAMS 8 macro
44 #define XHCI_MAX_STREAMS 1 macro
329 struct xhci_trb trb[(XHCI_MAX_STREAMS *
330 XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
388 struct usb_xfer *xfer[XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS];
391 uint8_t trb_used[XHCI_MAX_STREAMS];
392 uint8_t trb_index[XHCI_MAX_STREAMS];
Dxhci.c911 stream_id == (XHCI_MAX_STREAMS - 1)) in xhci_check_transfer()
2365 XHCI_MAX_TRANSFERS * XHCI_MAX_STREAMS; in xhci_configure_endpoint()
2483 for (x = 0; x != XHCI_MAX_STREAMS; x++) { in xhci_configure_endpoint_by_xfer()
2496 XHCI_MAX_STREAMS) + x].qwTrb0 = htole64(temp); in xhci_configure_endpoint_by_xfer()
2500 XHCI_MAX_STREAMS) + x].dwTrb2 = 0; in xhci_configure_endpoint_by_xfer()
2502 XHCI_MAX_STREAMS) + x].dwTrb3 = 0; in xhci_configure_endpoint_by_xfer()
3919 XHCI_MAX_STREAMS); i++) { in xhci_configure_msg()
4149 for (p = 0; p != XHCI_MAX_STREAMS; p++) { in xhci_device_resume()