Searched defs:ohci_trans_wrapper (Results 1 – 1 of 1) sorted by relevance
584 typedef struct ohci_trans_wrapper { struct585 struct ohci_trans_wrapper *tw_next; /* Next wrapper */ argument586 ohci_pipe_private_t *tw_pipe_private; /* Back ptr */587 ddi_dma_handle_t tw_dmahandle; /* DMA handle */588 ddi_acc_handle_t tw_accesshandle; /* Acc hndle */589 ddi_dma_cookie_t tw_cookie; /* DMA cookie */590 uint32_t tw_id; /* 32bit ID */591 size_t tw_length; /* Txfer length */592 char *tw_buf; /* Buffer for Xfer */593 uint_t tw_ncookies; /* DMA cookie count */[all …]