Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c321 int trbs_past_seg; in xhci_ring_expansion_needed() local
328 trbs_past_seg = enq_used + num_trbs - (TRBS_PER_SEGMENT - 1); in xhci_ring_expansion_needed()
336 if (trbs_past_seg < 0) in xhci_ring_expansion_needed()
343 new_segs = 1 + (trbs_past_seg / (TRBS_PER_SEGMENT - 1)); in xhci_ring_expansion_needed()
352 num_trbs, trbs_past_seg % TRBS_PER_SEGMENT); in xhci_ring_expansion_needed()