Home
last modified time | relevance | path

Searched refs:USB_SS_HUB_DEPTH_MAX (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/usb/
Dusb_fdt_support.c54 #define MAX_UDEV_NEST (MAX(USB_HUB_MAX_DEPTH, USB_SS_HUB_DEPTH_MAX) + 1)
Dusb.h235 #define USB_SS_HUB_DEPTH_MAX 5 macro
Dusb_hub.c1012 if (udev->depth > USB_SS_HUB_DEPTH_MAX) in uhub_is_too_deep()