Searched refs:trbs_past_seg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/usb/host/
H A Dxhci-ring.c326 int trbs_past_seg; local
333 trbs_past_seg = enq_used + num_trbs - (TRBS_PER_SEGMENT - 1);
337 * segment (i.e. trbs_past_seg == 0), not only when num_trbs goes into
341 if (trbs_past_seg < 0)
348 new_segs = 1 + (trbs_past_seg / (TRBS_PER_SEGMENT - 1));
357 num_trbs, trbs_past_seg % TRBS_PER_SEGMENT);

Completed in 119 milliseconds