Searched refs:head_td (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6538 ohci_td_t *head_td, *next_td; local
6548 head_td = (ohci_td_t *)next_tw->tw_hctd_head;
6549 next_td = head_td;
6551 if (head_td) {
10416 ohci_td_t *head_td, *next_td; local
10443 head_td = (ohci_td_t *)next_tw->tw_hctd_head;
10444 next_td = head_td;
10446 if (head_td) {

Completed in 59 milliseconds