Searched defs: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.c310 size_t itw_xfer_size = 0; local
366 itw_xfer_size += isoc_pkt_descr->isoc_pkt_length;
372 (isoc_pkts_length != itw_xfer_size)) {
378 isoc_pkts_length, itw_xfer_size);
385 itw_xfer_size = MBLKL(isoc_reqp->isoc_data);
389 if (itw_xfer_size > max_isoc_xfer_size) {
394 max_isoc_xfer_size, itw_xfer_size);
400 "ehci_allocate_isoc_resources: length = 0x%lx", itw_xfer_size);
403 if ((itw = ehci_allocate_itw_resources(ehcip, pp, itw_xfer_size,

Completed in 46 milliseconds