Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1875 uhci_td_t *td, *current_dummy; in uhci_insert_hc_td() local
1885 current_dummy = qh->td_tailp; in uhci_insert_hc_td()
1909 tw->tw_hctd_head = current_dummy; in uhci_insert_hc_td()
1910 tw->tw_hctd_tail = current_dummy; in uhci_insert_hc_td()
1929 current_dummy->tw = tw; in uhci_insert_hc_td()
1943 uhci_td_t *current_dummy, in uhci_fill_in_td() argument
1982 SetTD_mlen(uhcip, current_dummy, in uhci_fill_in_td()
1990 SetTD_endpt(uhcip, current_dummy, in uhci_fill_in_td()
1998 td->qh_td_prev = current_dummy; in uhci_fill_in_td()
1999 current_dummy->qh_td_prev = NULL; in uhci_fill_in_td()
[all …]