Searched refs:first_seg (Results 1 – 3 of 3) sorted by relevance
84 struct xhci_segment *first_seg; in xhci_ring_free() local88 first_seg = ring->first_seg; in xhci_ring_free()89 seg = first_seg->next; in xhci_ring_free()90 while (seg != first_seg) { in xhci_ring_free()95 xhci_segment_free(first_seg); in xhci_ring_free()255 ring->enqueue = ring->first_seg->trbs; in xhci_initialize_ring_info()256 ring->enq_seg = ring->first_seg; in xhci_initialize_ring_info()258 ring->deq_seg = ring->first_seg; in xhci_initialize_ring_info()319 ring->first_seg = xhci_segment_alloc(); in xhci_ring_alloc()320 BUG_ON(!ring->first_seg); in xhci_ring_alloc()[all …]
64 (seg->next == ring->first_seg)); in last_trb_on_last_seg()
1004 struct xhci_segment *first_seg; member
Completed in 11 milliseconds