Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c577 struct xhci_segment *halted_seg = NULL; in xhci_move_dequeue_past_td() local
627 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td()
630 if (halted_seg) { in xhci_move_dequeue_past_td()
631 index = ((dma_addr_t)(hw_dequeue & ~0xf) - halted_seg->dma) / in xhci_move_dequeue_past_td()
633 halted_trb = &halted_seg->trbs[index]; in xhci_move_dequeue_past_td()