Searched defs:uhci_trans_wrapper (Results 1 – 1 of 1) sorted by relevance
360 typedef struct uhci_trans_wrapper { struct361 struct uhci_trans_wrapper *tw_next; /* Next wrapper */ argument362 uhci_pipe_private_t *tw_pipe_private;363 size_t tw_length; /* Txfer length */364 uint_t tw_tmp; /* Temp variable */365 ddi_dma_handle_t tw_dmahandle; /* DMA handle */366 ddi_acc_handle_t tw_accesshandle; /* Acc hndle */367 char *tw_buf; /* Buffer for txfer */368 ddi_dma_cookie_t tw_cookie; /* DMA cookie */369 uint_t tw_ncookies; /* DMA cookie count */[all …]