Searched refs:first_seg (Results 1 – 3 of 3) sorted by relevance
85 struct xhci_segment *first_seg; in xhci_ring_free() local89 first_seg = ring->first_seg; in xhci_ring_free()90 seg = first_seg->next; in xhci_ring_free()91 while (seg != first_seg) { in xhci_ring_free()96 xhci_segment_free(ctrl, first_seg); in xhci_ring_free()266 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()267 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()269 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()332 BUG_ON(!ring->first_seg); in xhci_ring_alloc()336 prev = ring->first_seg; in xhci_ring_alloc()[all …]
82 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
1008 struct xhci_segment *first_seg; member
Completed in 35 milliseconds