Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci-mem.c215 struct xhci_segment *next, bool link_trbs) in xhci_link_segments() argument
223 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() argument
325 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()
H A Dxhci.h1264 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);