Home
last modified time | relevance | path

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; in uhci_pipe_send_isoc_data() local
1179 max_isoc_xfer_sz = UHCI_MAX_ISOC_PKTS * ph->p_ep.wMaxPacketSize; in uhci_pipe_send_isoc_data()
1185 if (length > max_isoc_xfer_sz) { in uhci_pipe_send_isoc_data()
1188 "Given isoc request size %lx", max_isoc_xfer_sz, length); in uhci_pipe_send_isoc_data()