Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c90 static bool last_trb_on_seg(struct xhci_segment *seg, union xhci_trb *trb) in last_trb_on_seg() function
98 return last_trb_on_seg(seg, trb) && (seg->next == ring->first_seg); in last_trb_on_ring()
160 if (!last_trb_on_seg(ring->deq_seg, ring->dequeue)) { in inc_deq()