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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_isoch_util.h47 size_t itw_length,
H A Dehcid.h662 size_t itw_length; /* Txfer length */ member in struct:ehci_isoc_xwrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c420 if (itw->itw_length) {
425 itw->itw_buf, itw->itw_length);
428 itw->itw_length);
510 itw->itw_length = 0;
1360 length = itw->itw_length;
H A Dehci_isoch_util.c56 size_t itw_length,
296 size_t itw_length,
303 itw = ehci_allocate_itw(ehcip, pp, itw_length, usb_flags);
471 itw->itw_length = length;
293 ehci_allocate_itw_resources( ehci_state_t *ehcip, ehci_pipe_private_t *pp, size_t itw_length, usb_flags_t usb_flags, size_t pkt_count) argument

Completed in 833 milliseconds