Searched defs:tw_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2094 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; local
2097 "uhci_modify_td_active_bits: tw head %p", (void *)tw_head);
2099 while (tw_head != NULL) {
2100 tw_head->tw_claim = UHCI_MODIFY_TD_BITS_CLAIMED;
2101 td_head = tw_head->tw_hctd_head;
2115 tw_head = tw_head->tw_next;
2605 uhci_trans_wrapper_t *tw_head = pp->pp_tw_head; local
2607 while (tw_head != NULL) {
2608 tw_tmp = tw_head;
4522 uhci_trans_wrapper_t *tmp_tw, *tw_head; local
[all...]

Completed in 52 milliseconds