Home
last modified time | relevance | path

Searched defs:ehci_isoc_xwrapper (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h651 typedef struct ehci_isoc_xwrapper { struct
652 struct ehci_isoc_xwrapper *itw_next; /* Next wrapper in pp */ argument
653 ehci_pipe_private_t *itw_pipe_private;
656 ddi_dma_handle_t itw_dmahandle; /* DMA handle ETT */
657 ddi_acc_handle_t itw_accesshandle; /* Acc hndle */
658 ddi_dma_cookie_t itw_cookie; /* DMA cookie */
661 char *itw_buf; /* Buffer for Xfer */
662 size_t itw_length; /* Txfer length */
663 usb_flags_t itw_flags; /* Flags */
664 usb_port_status_t itw_port_status; /* Port Speed */
[all …]