Searched defs:ehci_isoc_xwrapper (Results 1 – 1 of 1) sorted by relevance
652 typedef struct ehci_isoc_xwrapper { struct653 struct ehci_isoc_xwrapper *itw_next; /* Next wrapper in pp */ argument654 ehci_pipe_private_t *itw_pipe_private;657 ddi_dma_handle_t itw_dmahandle; /* DMA handle ETT */658 ddi_acc_handle_t itw_accesshandle; /* Acc hndle */659 ddi_dma_cookie_t itw_cookie; /* DMA cookie */662 char *itw_buf; /* Buffer for Xfer */663 size_t itw_length; /* Txfer length */664 usb_flags_t itw_flags; /* Flags */665 usb_port_status_t itw_port_status; /* Port Speed */[all …]