Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h64 #define UHCI_MAX_TD_XFER_SIZE 0x500 /* Maximum data per transaction */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1564 if (length > UHCI_MAX_TD_XFER_SIZE) { in uhci_insert_intr_td()
1569 "more than 0x%x", length, UHCI_MAX_TD_XFER_SIZE); in uhci_insert_intr_td()
1967 ASSERT(length <= UHCI_MAX_TD_XFER_SIZE); in uhci_fill_in_td()