Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-mem.c303 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs) in xhci_ring_alloc() argument
311 if (num_segs == 0) in xhci_ring_alloc()
317 num_segs--; in xhci_ring_alloc()
320 while (num_segs > 0) { in xhci_ring_alloc()
329 num_segs--; in xhci_ring_alloc()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h1022 unsigned int num_segs; member
1266 struct xhci_ring *xhci_ring_alloc(unsigned int num_segs, bool link_trbs);