Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c89 static bool trb_is_link(union xhci_trb *trb) in trb_is_link() function
126 if (trb_is_link(trb)) { in trb_to_noop()
148 if (trb_is_link(*trb)) { in next_trb()
177 if (!trb_is_link(ring->dequeue)) { in inc_deq()
186 while (trb_is_link(ring->dequeue)) { in inc_deq()
226 if (!trb_is_link(ring->enqueue)) in inc_enq()
237 while (trb_is_link(next)) { in inc_enq()
389 if (trb_is_link(new_deq)) in xhci_abort_cmd_ring()
657 if (cycle_found && trb_is_link(new_deq) && in xhci_move_dequeue_past_td()
1325 if (trb_is_link(ep_ring->dequeue)) { in update_ring_for_set_deq_completion()
[all …]