Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c575 struct xhci_segment *halted_seg = NULL; in xhci_move_dequeue_past_td() local
625 halted_seg = trb_in_td(xhci, td->start_seg, in xhci_move_dequeue_past_td()
628 if (halted_seg) { in xhci_move_dequeue_past_td()
629 index = ((dma_addr_t)(hw_dequeue & ~0xf) - halted_seg->dma) / in xhci_move_dequeue_past_td()
631 halted_trb = &halted_seg->trbs[index]; in xhci_move_dequeue_past_td()