Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h360 typedef struct uhci_trans_wrapper { struct
362 uhci_pipe_private_t *tw_pipe_private;
363 size_t tw_length; /* Txfer length */
364 uint_t tw_tmp; /* Temp variable */
367 char *tw_buf; /* Buffer for txfer */
372 int tw_ctrl_state; /* See below */
373 uhci_td_t *tw_hctd_head; /* Head TD */
374 uhci_td_t *tw_hctd_tail; /* Tail TD */
376 usb_flags_t tw_flags; /* Flags */
382 uhci_handler_function_t tw_handle_td;
[all …]