Searched refs:link_trbs (Results 1 – 2 of 2) sorted by relevance
215 struct xhci_segment *next, bool link_trbs) in xhci_link_segments() argument223 if (link_trbs) { in xhci_link_segments()302 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() argument325 xhci_link_segments(prev, next, link_trbs); in xhci_ring_alloc()330 xhci_link_segments(prev, ring->first_seg, link_trbs); in xhci_ring_alloc()331 if (link_trbs) { in xhci_ring_alloc()
1264 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);