Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c94 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg() function
102 return last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in last_trb_on_ring()
165 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq()
178 if (last_trb_on_seg(ring->deq_seg, ring->dequeue)) in inc_deq()
224 if (last_trb_on_seg(ring->enq_seg, ring->enqueue)) { in inc_enq()
3392 if (last_trb_on_seg(ep_ring->enq_seg, ep_ring->enqueue)) { in prepare_ring()