Searched refs:num_segs (Results 1 – 2 of 2) sorted by relevance
307 struct xhci_ring *xhci_ring_alloc(struct xhci_ctrl *ctrl, unsigned int num_segs, in xhci_ring_alloc() argument316 if (num_segs == 0) in xhci_ring_alloc()322 num_segs--; in xhci_ring_alloc()325 while (num_segs > 0) { in xhci_ring_alloc()334 num_segs--; in xhci_ring_alloc()
1015 unsigned int num_segs; member1260 struct xhci_ring *xhci_ring_alloc(struct xhci_ctrl *ctrl, unsigned int num_segs,
Completed in 8 milliseconds