Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c8360 ohci_td_t *cpu_new_tail, *cpu_new_head, *cpu_save; in ohci_reverse_done_list() local
8369 cpu_new_tail = cpu_new_head = in ohci_reverse_done_list()
8373 if (Get_TD(cpu_new_head->hctd_next_td) == 0) { in ohci_reverse_done_list()
8375 return (cpu_new_head); in ohci_reverse_done_list()
8379 cpu_new_head = (ohci_td_t *) in ohci_reverse_done_list()
8390 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list()
8393 cpu_new_tail = cpu_new_head; in ohci_reverse_done_list()
8394 cpu_new_head = cpu_save; in ohci_reverse_done_list()
8398 Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()
8401 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list()
[all …]