Searched refs:cpu_new_head (Results 1 – 1 of 1) sorted by relevance
8380 ohci_td_t *cpu_new_tail, *cpu_new_head, *cpu_save; in ohci_reverse_done_list() local8389 cpu_new_tail = cpu_new_head = in ohci_reverse_done_list()8393 if (Get_TD(cpu_new_head->hctd_next_td) == NULL) { in ohci_reverse_done_list()8395 return (cpu_new_head); in ohci_reverse_done_list()8399 cpu_new_head = (ohci_td_t *) in ohci_reverse_done_list()8400 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()8406 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()8410 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list()8413 cpu_new_tail = cpu_new_head; in ohci_reverse_done_list()8414 cpu_new_head = cpu_save; in ohci_reverse_done_list()[all …]