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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c66 ohci_td_t *done_head);
886 ohci_td_t *done_head, **done_list; local
1033 done_head = (ohci_td_t *)(uintptr_t)(Get_HCCA(
1036 if ((done_head) &&
1037 (done_head != ohci_intr_sts->ohci_curr_done_lst)) {
1058 (uintptr_t)done_head);
1068 *done_list = done_head;
1070 *done_list = (ohci_td_t *)done_head;
1516 ohci_td_t *done_head, *done_list; local
1524 done_head
1573 ohci_polled_pickup_done_list( ohci_polled_t *ohci_polledp, ohci_td_t *done_head) argument
[all...]
H A Dohci.c434 ohci_td_t *done_head);
7687 ohci_td_t *done_head = NULL; local
7771 done_head = ohci_intr_sts->ohci_curr_done_lst =
7777 "ohci_intr: Done head! 0x%p", (void *)done_head);
7788 if (ohci_check_done_head(ohcip, done_head) == USB_SUCCESS) {
7857 if ((intr & HCR_INTR_WDH) && (done_head)) {
7873 if (done_head == (ohci_td_t *)(uintptr_t)
7886 ohci_traverse_done_list(ohcip, done_head);
7948 * Check whether done_head is a valid td point address.
7952 ohci_check_done_head(ohci_state_t *ohcip, ohci_td_t *done_head) argument
7979 ohci_td_t *done_head; local
9740 ohci_td_t *done_head; local
[all...]

Completed in 59 milliseconds