Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c311 size_t itw_xfer_size = 0; in ehci_allocate_isoc_resources() local
367 itw_xfer_size += isoc_pkt_descr->isoc_pkt_length; in ehci_allocate_isoc_resources()
373 (isoc_pkts_length != itw_xfer_size)) { in ehci_allocate_isoc_resources()
379 isoc_pkts_length, itw_xfer_size); in ehci_allocate_isoc_resources()
386 itw_xfer_size = MBLKL(isoc_reqp->isoc_data); in ehci_allocate_isoc_resources()
390 if (itw_xfer_size > max_isoc_xfer_size) { in ehci_allocate_isoc_resources()
395 max_isoc_xfer_size, itw_xfer_size); in ehci_allocate_isoc_resources()
401 "ehci_allocate_isoc_resources: length = 0x%lx", itw_xfer_size); in ehci_allocate_isoc_resources()
404 if ((itw = ehci_allocate_itw_resources(ehcip, pp, itw_xfer_size, in ehci_allocate_isoc_resources()