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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c62 uhci_td_t *td, uhci_td_t *current_dummy,
1875 uhci_td_t *td, *current_dummy; local
1885 current_dummy = qh->td_tailp;
1894 uhci_fill_in_td(uhcip, td, current_dummy, buffer_offset,
1902 SetTD_status(uhcip, current_dummy, UHCI_TD_ACTIVE);
1909 tw->tw_hctd_head = current_dummy;
1910 tw->tw_hctd_tail = current_dummy;
1913 tw->tw_hctd_tail->tw_td_next = current_dummy;
1914 tw->tw_hctd_tail = current_dummy;
1921 current_dummy
1940 uhci_fill_in_td( uhci_state_t *uhcip, uhci_td_t *td, uhci_td_t *current_dummy, uint32_t buffer_offset, size_t length, uhci_pipe_private_t *pp, uchar_t PID, usb_req_attrs_t attrs, uhci_trans_wrapper_t *tw) argument
2792 uhci_td_t *current_dummy, *tmp_td; local
3269 uhci_td_t *bulk_td_ptr, *current_dummy, *td_head; local
[all...]

Completed in 50 milliseconds