Searched refs:halted_seg (Results 1 – 1 of 1) sorted by relevance
568 struct xhci_segment *halted_seg = NULL; in xhci_move_dequeue_past_td() local618 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td()621 if (halted_seg) { in xhci_move_dequeue_past_td()622 index = ((dma_addr_t)(hw_dequeue & ~0xf) - halted_seg->dma) / in xhci_move_dequeue_past_td()624 halted_trb = &halted_seg->trbs[index]; in xhci_move_dequeue_past_td()