Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c310 size_t itw_xfer_size = 0; in ehci_allocate_isoc_resources() local
366 itw_xfer_size += isoc_pkt_descr->isoc_pkt_length; in ehci_allocate_isoc_resources()
372 (isoc_pkts_length != itw_xfer_size)) { in ehci_allocate_isoc_resources()
378 isoc_pkts_length, itw_xfer_size); in ehci_allocate_isoc_resources()
385 itw_xfer_size = MBLKL(isoc_reqp->isoc_data); in ehci_allocate_isoc_resources()
389 if (itw_xfer_size > max_isoc_xfer_size) { in ehci_allocate_isoc_resources()
394 max_isoc_xfer_size, itw_xfer_size); in ehci_allocate_isoc_resources()
400 "ehci_allocate_isoc_resources: length = 0x%lx", itw_xfer_size); in ehci_allocate_isoc_resources()
403 if ((itw = ehci_allocate_itw_resources(ehcip, pp, itw_xfer_size, in ehci_allocate_isoc_resources()