Lines Matching refs:new_segs
322 int new_segs;
336 new_segs = 1 + (trbs_past_seg / (TRBS_PER_SEGMENT - 1));
339 while (new_segs > 0) {
343 new_segs);
346 return new_segs;
348 new_segs--;
3219 unsigned int new_segs = 0;
3251 new_segs = xhci_ring_expansion_needed(xhci, ep_ring, num_trbs);
3257 if (new_segs) {
3260 if (xhci_ring_expansion(xhci, ep_ring, new_segs, mem_flags)) {