Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c90 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function
133 if (trb_is_link(trb)) { in trb_to_noop()
185 if (!trb_is_link(ring->dequeue)) { in inc_deq()
192 while (trb_is_link(ring->dequeue)) { in inc_deq()
214 while (trb_is_link(ring->enqueue)) { in inc_enq_past_link()
351 if (trb_is_link(enq)) { in xhci_num_trbs_free()
509 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
735 if (td_last_trb_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
2295 if (!trb_is_noop(trb) && !trb_is_link(trb)) in sum_trb_lengths()
3292 if (trb_is_link(ep_ring->enqueue)) in prepare_ring()
[all …]