Home
last modified time | relevance | path

Searched refs:tw_head (Results 1 – 1 of 1) sorted by relevance

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