Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c88 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function
125 if (trb_is_link(trb)) { in trb_to_noop()
147 if (trb_is_link(*trb)) { in next_trb()
176 if (!trb_is_link(ring->dequeue)) { in inc_deq()
183 while (trb_is_link(ring->dequeue)) { in inc_deq()
231 while (trb_is_link(next)) { in inc_enq()
289 if (trb_is_link(enq)) { in xhci_num_trbs_free()
333 if (trb_is_link(ring->enqueue) && ring->enq_seg->next->trbs == ring->dequeue) in xhci_ring_expansion_needed()
441 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
686 if (cycle_found && trb_is_link(new_de in xhci_move_dequeue_past_td()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c85 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function
122 if (trb_is_link(trb)) { in trb_to_noop()
144 if (trb_is_link(*trb)) { in next_trb()
172 if (!trb_is_link(ring->dequeue)) { in inc_deq()
176 while (trb_is_link(ring->dequeue)) { in inc_deq()
212 if (!trb_is_link(ring->enqueue)) in inc_enq()
217 while (trb_is_link(next)) { in inc_enq()
363 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
653 if (cycle_found && trb_is_link(new_deq) && in xhci_find_new_dequeue_state()
1191 if (trb_is_link(ep_rin in update_ring_for_set_deq_completion()
[all...]

Completed in 9 milliseconds