Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c88 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function
131 if (trb_is_link(trb)) { in trb_to_noop()
153 if (trb_is_link(*trb) || last_trb_on_seg(*seg, *trb)) { in next_trb()
182 if (!trb_is_link(ring->dequeue)) { in inc_deq()
189 while (trb_is_link(ring->dequeue)) { in inc_deq()
237 while (trb_is_link(next)) { in inc_enq()
293 if (trb_is_link(enq)) { in xhci_num_trbs_free()
343 if (trb_is_link(ring->enqueue) && ring->enq_seg->next->trbs == ring->dequeue) in xhci_ring_expansion_needed()
450 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
677 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
[all …]