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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c1170 size_t max_isoc_xfer_sz, length; local
1179 max_isoc_xfer_sz = UHCI_MAX_ISOC_PKTS * ph->p_ep.wMaxPacketSize;
1185 if (length > max_isoc_xfer_sz) {
1188 "Given isoc request size %lx", max_isoc_xfer_sz, length);

Completed in 44 milliseconds