Searched refs:cpu_new_head (Results 1 – 1 of 1) sorted by relevance
8360 ohci_td_t *cpu_new_tail, *cpu_new_head, *cpu_save; in ohci_reverse_done_list() local8369 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()8380 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()8386 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); 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()[all …]