Searched refs:first_seg (Results 1 – 3 of 3) sorted by relevance
82 struct xhci_segment *first_seg; in xhci_ring_free() local86 first_seg = ring->first_seg; in xhci_ring_free()87 seg = first_seg->next; in xhci_ring_free()88 while (seg != first_seg) { in xhci_ring_free()93 xhci_segment_free(first_seg); in xhci_ring_free()251 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()252 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()254 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()314 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc()315 BUG_ON(!ring->first_seg); in xhci_ring_alloc()[all …]
62 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
1011 struct xhci_segment *first_seg; member