Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c426 itw->itw_buf, itw->itw_length); in ehci_allocate_isoc_resources()
1364 buf = (uchar_t *)itw->itw_buf; in ehci_sendup_itd_message()
H A Dehci_isoch_util.c406 (caddr_t *)&itw->itw_buf, in ehci_allocate_itw()
425 (caddr_t)itw->itw_buf, in ehci_allocate_itw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h662 char *itw_buf; /* Buffer for Xfer */ member