Searched refs:USB_MAX_EP_STREAMS (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/sys/dev/usb/
H A Dusb_freebsd.h78 #define USB_MAX_EP_STREAMS 8 /* units */ macro
H A Dusb_freebsd_loader.h74 #define USB_MAX_EP_STREAMS 8 /* units */ macro
H A Dusb_debug.c171 for (x = 0; x != USB_MAX_EP_STREAMS; x++) {
H A Dusb_device.c392 for (x = 0; x != USB_MAX_EP_STREAMS; x++) {
1052 for (x = 0; x != USB_MAX_EP_STREAMS; x++) {
1076 for (x = 0; x != USB_MAX_EP_STREAMS; x++) {
H A Dusbdi.h139 struct usb_xfer_queue endpoint_q[USB_MAX_EP_STREAMS];
H A Dusb_request.c259 for (x = 0; x != USB_MAX_EP_STREAMS; x++) {
H A Dusb_transfer.c1025 (setup->stream_id >= USB_MAX_EP_STREAMS ||
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dxhci.h38 #if USB_MAX_EP_STREAMS == 8
41 #elif USB_MAX_EP_STREAMS == 1
45 #error "The USB_MAX_EP_STREAMS value is not supported."

Completed in 126 milliseconds