ohci_trans_wrapper
struct ohci_trans_wrapper *ohci_timeout_list; /* Timeout List */
struct ohci_trans_wrapper *pp_tw_head; /* Head of the list */
struct ohci_trans_wrapper *pp_tw_tail; /* Tail of the list */
struct ohci_trans_wrapper *tw,
struct ohci_trans_wrapper *tw_next; /* Next wrapper */
struct ohci_trans_wrapper *tw_timeout_next; /* Xfer Timeout Q */
_NOTE(MUTEX_PROTECTS_DATA(ohci_state_t::ohci_int_mutex, ohci_trans_wrapper))