Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h316 #define UHCI_MAX_ISOC_FRAMES 1024 macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c4125 if ((end_frame - current_frame) < UHCI_MAX_ISOC_FRAMES) { in uhci_insert_isoc_td()