Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dxhci-ring.c320 int trbs_past_seg; in xhci_ring_expansion_needed() local
327 trbs_past_seg = enq_used + num_trbs - (TRBS_PER_SEGMENT - 1); in xhci_ring_expansion_needed()
329 if (trbs_past_seg <= 0) in xhci_ring_expansion_needed()
336 new_segs = 1 + (trbs_past_seg / (TRBS_PER_SEGMENT - 1)); in xhci_ring_expansion_needed()
345 num_trbs, trbs_past_seg % TRBS_PER_SEGMENT); in xhci_ring_expansion_needed()